Changeset 884


Ignore:
Timestamp:
31/08/2006 23:25:27 (5 years ago)
Author:
chris
Message:

Revert to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/common/BoxPlatform.h

    r710 r884  
    4141#endif 
    4242 
    43 // Slight hack; disable interception in raidfile test on Darwin and Windows 
    44 #if defined __APPLE__ || defined WIN32 
     43// Slight hack; disable interception on Darwin within raidfile test 
     44#ifdef __APPLE__ 
    4545        // TODO: Replace with autoconf test 
    4646        #define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE 
     
    139139#endif 
    140140 
    141 // for Unix compatibility with Windows :-) 
    142 #if !HAVE_DECL_O_BINARY 
    143         #define O_BINARY 0 
    144 #endif 
    145  
    146141#ifdef WIN32 
    147142        typedef u_int64_t InodeRefType; 
Note: See TracChangeset for help on using the changeset viewer.