Changeset 2395
- Timestamp:
- 01/12/2008 01:31:51 (21 months ago)
- Location:
- box/trunk/lib
- Files:
-
- 2 modified
-
common/BoxPlatform.h (modified) (1 diff)
-
win32/emu.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/BoxPlatform.h
r2361 r2395 39 39 #define __MSVCRT_VERSION__ 0x0601 40 40 #endif 41 42 // stop sys/types.h from defining its own ino_t as short, 43 // because we want a bigger one :) 44 #define _INO_T_ 41 45 #endif 42 46 -
box/trunk/lib/win32/emu.h
r2389 r2395 26 26 #ifdef __MINGW32__ 27 27 typedef uint32_t u_int32_t; 28 typedef uint64_t _ino_t; 29 typedef _ino_t ino_t; 30 #define _INO_T_ 28 31 #else 29 32 typedef unsigned int mode_t;
