Changeset 4075 for trunk/include/win/windef.h
- Timestamp:
- Aug 23, 2000, 8:05:56 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/win/windef.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r3318 r4075 1 /* $Id: windef.h,v 1.2 3 2000-04-05 14:17:01sandervl Exp $ */1 /* $Id: windef.h,v 1.24 2000-08-23 18:05:56 sandervl Exp $ */ 2 2 3 3 /* … … 225 225 typedef float FLOAT; 226 226 #ifdef __WIN32OS2__ 227 #if (__IBMC__ < 400) && (__IBMCPP__ < 360) 227 #if (__IBMC__ < 400) && (__IBMCPP__ < 360) && !defined(__WATCOMC__) 228 228 typedef double __int64; 229 229 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
