Changeset 1890 for trunk/include/win/windef.h
- Timestamp:
- Nov 30, 1999, 8:38:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r1251 r1890 1 /* $Id: windef.h,v 1.1 5 1999-10-11 20:15:48sandervl Exp $ */1 /* $Id: windef.h,v 1.16 1999-11-30 19:38:23 sandervl Exp $ */ 2 2 3 3 /* … … 63 63 /* Calling conventions definitions */ 64 64 65 #ifndef __WIN32OS2__ 65 66 #ifdef __i386__ 66 67 # if defined(__GNUC__) && (__GNUC__ == 2) && (__GNUC_MINOR__ >= 7) … … 72 73 # endif /* __GNUC__ */ 73 74 #else /* __i386__ */ 74 #ifndef __WIN32OS2__75 75 # define __stdcall 76 76 # define __cdecl 77 77 # define __RESTORE_ES 78 #endif79 78 #endif /* __i386__ */ 79 #endif 80 80 81 81 … … 183 183 typedef unsigned long ULONG_PTR; 184 184 typedef double DOUBLE; 185 typedef double LONGLONG _W;186 typedef double ULONGLONG _W;185 typedef double LONGLONG; 186 typedef double ULONGLONG; 187 187 188 188 /* FIXME: Wine does not compile with strict on, therefore strict … … 658 658 ULONG Mid32; 659 659 } c; 660 ULONGLONG _WLo64;660 ULONGLONG Lo64; 661 661 } d; 662 662 } DECIMAL;
Note:
See TracChangeset
for help on using the changeset viewer.