Changeset 21854 for branches


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.

Location:
branches/gcc-kmk
Files:
2 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 );
  • branches/gcc-kmk/src/ntdll/time.c

    r21357 r21854  
    2323 */
    2424#define WINE_LARGE_INTEGER 1
     25#define WINE_LONGLONG 1
    2526#include "config.h"
    2627#include "wine/port.h"
Note: See TracChangeset for help on using the changeset viewer.