Changeset 884
- Timestamp:
- 31/08/2006 23:25:27 (5 years ago)
- File:
-
- 1 edited
-
box/chris/merge/lib/common/BoxPlatform.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/common/BoxPlatform.h
r710 r884 41 41 #endif 42 42 43 // Slight hack; disable interception in raidfile test on Darwin and Windows44 #if defined __APPLE__ || defined WIN3243 // Slight hack; disable interception on Darwin within raidfile test 44 #ifdef __APPLE__ 45 45 // TODO: Replace with autoconf test 46 46 #define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE … … 139 139 #endif 140 140 141 // for Unix compatibility with Windows :-)142 #if !HAVE_DECL_O_BINARY143 #define O_BINARY 0144 #endif145 146 141 #ifdef WIN32 147 142 typedef u_int64_t InodeRefType;
Note: See TracChangeset
for help on using the changeset viewer.
