Ignore:
Timestamp:
Dec 6, 2011, 6:14:29 PM (14 years ago)
Author:
dmik
Message:

Use Rtlp calls to work with LARGE_INTEGER under GCC (except NTDLL).

This makes the WIN32OS2 code writen for IBM VAC compatible with GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/win/ntddk.h

    r21327 r21854  
    876876
    877877/*      mathematics */
    878 #if defined(__WIN32OS2__) && defined(__IBMC__)
     878#if defined(__WIN32OS2__) && defined(WINE_LARGE_INTEGER) && !defined(WINE_LONGLONG)
     879
    879880LARGE_INTEGER  WINAPI RtlpConvertLongToLargeInteger( LONG a );
    880881LARGE_INTEGER  WINAPI RtlpEnlargedIntegerMultiply( INT a, INT b );
Note: See TracChangeset for help on using the changeset viewer.