- Timestamp:
- Dec 6, 2011, 6:14:29 PM (14 years ago)
- Location:
- branches/gcc-kmk
- Files:
-
- 2 edited
-
include/win/ntddk.h (modified) (1 diff)
-
src/ntdll/time.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/ntddk.h
r21327 r21854 876 876 877 877 /* mathematics */ 878 #if defined(__WIN32OS2__) && defined(__IBMC__) 878 #if defined(__WIN32OS2__) && defined(WINE_LARGE_INTEGER) && !defined(WINE_LONGLONG) 879 879 880 LARGE_INTEGER WINAPI RtlpConvertLongToLargeInteger( LONG a ); 880 881 LARGE_INTEGER WINAPI RtlpEnlargedIntegerMultiply( INT a, INT b ); -
branches/gcc-kmk/src/ntdll/time.c
r21357 r21854 23 23 */ 24 24 #define WINE_LARGE_INTEGER 1 25 #define WINE_LONGLONG 1 25 26 #include "config.h" 26 27 #include "wine/port.h"
Note:
See TracChangeset
for help on using the changeset viewer.
