~ubuntu-branches/ubuntu/trusty/unrar-nonfree/trusty-security

« back to all changes in this revision

Viewing changes to os.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2010-03-26 10:23:49 UTC
  • mfrom: (1.1.12 upstream) (5.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100326102349-v1oi9pg7orpuko6y
Tags: 1:3.9.10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  #define INCL_BASE
9
9
#endif
10
10
 
 
11
#if defined(RARDLL) && !defined(SILENT)
 
12
#define SILENT
 
13
#endif
 
14
 
11
15
#if defined(_WIN_32) || defined(_EMX)
12
16
#define ENABLE_BAD_ALLOC
13
17
#endif