Changeset 6371 for trunk/include/win/windef.h
- Timestamp:
- Jul 20, 2001, 5:31:43 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/include/win/windef.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r6273 r6371 114 114 115 115 #ifndef __export 116 #define __export 116 #define __export 117 117 #endif 118 118 … … 229 229 typedef unsigned long ULONG_PTR; 230 230 typedef double DOUBLE; 231 #if (__IBMC__ < 360) && (__IBMCPP__ < 360) 231 232 typedef double LONGLONG; 232 233 typedef double ULONGLONG; 233 234 typedef double ULONGULONG; 235 #else 236 #include <inttypes.h> 237 typedef int64_t LONGLONG; 238 typedef uint64_t ULONGLONG; 239 typedef uint64_t ULONGULONG; 240 #endif 234 241 235 242 /* FIXME: Wine does not compile with strict on, therefore strict … … 269 276 typedef float FLOAT; 270 277 #ifdef __WIN32OS2__ 271 #if (__IBMC__ < 400) && (__IBMCPP__ < 360) && !defined(__WATCOMC__) && !defined(__EMX__)278 #if (__IBMC__ < 400) && (__IBMCPP__ < 360) && !defined(__WATCOMC__) 272 279 typedef double __int64; 273 280 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
