Changeset 6273 for trunk/include/win
- Timestamp:
 - Jul 10, 2001, 1:21:21 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/win/windef.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/windef.h
r5518 r6273 114 114 115 115 #ifndef __export 116 #define __export 116 #define __export 117 117 #endif 118 118 … … 269 269 typedef float FLOAT; 270 270 #ifdef __WIN32OS2__ 271 #if (__IBMC__ < 400) && (__IBMCPP__ < 360) && !defined(__WATCOMC__) 271 #if (__IBMC__ < 400) && (__IBMCPP__ < 360) && !defined(__WATCOMC__) && !defined(__EMX__) 272 272 typedef double __int64; 273 273 #endif  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  