Changeset 2073 for trunk/include


Ignore:
Timestamp:
Dec 14, 1999, 1:52:27 PM (26 years ago)
Author:
sandervl
Message:

fixes for compiling win32 apps in OS/2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winnt.h

    r1927 r2073  
    1212#include "pshpack1.h"
    1313/* Defines */
     14
     15#define UNREFERENCED_PARAMETER(a)
    1416
    1517/* Argument 1 passed to the DllEntryProc. */
     
    7880/* depend on the UNICODE macro that only exists in user's code. */
    7981
    80 #ifndef __WINE__
     82#if !defined(__WINE__) && !defined(__WINE_WINDEF_H)
    8183# ifdef UNICODE
    8284typedef LPWSTR LPTSTR;
Note: See TracChangeset for help on using the changeset viewer.