Changeset 885 for box/chris/merge/lib/common/BoxPlatform.h
- Timestamp:
- 31/08/2006 23:26:54 (6 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
r884 r885 41 41 #endif 42 42 43 // Slight hack; disable interception on Darwin within raidfile test44 #if def __APPLE__43 // Slight hack; disable interception in raidfile test on Darwin and Windows 44 #if defined __APPLE__ || defined WIN32 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_BINARY 143 #define O_BINARY 0 144 #endif 145 141 146 #ifdef WIN32 142 147 typedef u_int64_t InodeRefType;
Note: See TracChangeset
for help on using the changeset viewer.
