Changeset 680 for trunk/include/win/windef.h
- Timestamp:
- Aug 25, 1999, 1:24:09 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/windef.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r377 r680 1 /* $Id: windef.h,v 1. 5 1999-07-23 18:10:52sandervl Exp $ */1 /* $Id: windef.h,v 1.6 1999-08-25 11:24:08 sandervl Exp $ */ 2 2 3 3 /* … … 42 42 #ifdef __WINE__ 43 43 #ifdef __WIN32OS2__ 44 # define WINELIB_NAME_AW(func) this_is_a_syntax_error this_is_a_syntax_error44 # define WINELIB_NAME_AW(func) func 45 45 #else 46 46 # define WINELIB_NAME_AW(func) this_is_a_syntax_error this_is_a_syntax_error … … 223 223 typedef float FLOAT; 224 224 #ifdef __WIN32OS2__ 225 #if (__IBMC__ != 430) && (__IBMCPP__ !=360)225 #if (__IBMC__ < 400) && (__IBMCPP__ < 360) 226 226 typedef double __int64; 227 227 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
