Changeset 2314 in kBuild for trunk/src/kash/shtypes.h
- Timestamp:
- Mar 2, 2009 1:31:03 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/kash/shtypes.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shtypes.h
r2311 r2314 37 37 38 38 #ifdef _MSC_VER 39 # include <io.h> /* intptr_t and uintptr_t */40 39 typedef signed char int8_t; 41 40 typedef unsigned char uint8_t; … … 46 45 typedef _int64 int64_t; 47 46 typedef unsigned _int64 uint64_t; 47 # if _MSC_VER >= 1400 48 # include <io.h> /* intptr_t and uintptr_t */ 49 # else 50 typedef KIPTR intptr_t; 51 typedef KUPTR uintptr_t; 52 # endif 48 53 49 54 #define INT16_C(c) (c)
Note:
See TracChangeset
for help on using the changeset viewer.

