~ubuntu-branches/ubuntu/utopic/unrar-nonfree/utopic

« back to all changes in this revision

Viewing changes to rar.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2009-06-06 17:46:05 UTC
  • mfrom: (1.1.11 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090606174605-h4ciqxlpy39jmjx0
Tags: 1:3.9.3-1
* New upstream release
* Updated Copyright file (Closes: #531432)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "rar.hpp"
2
2
 
3
 
 
4
 
#include "smallfn.cpp"
5
 
 
6
 
#ifdef _DJGPP
7
 
extern "C" char **__crt0_glob_function (char *arg) { return 0; }
8
 
extern "C" void   __crt0_load_environment_file (char *progname) { }
9
 
#endif
10
 
 
11
3
#if !defined(GUI) && !defined(RARDLL)
12
4
int main(int argc, char *argv[])
13
5
{