Changeset 2073 for trunk/include
- Timestamp:
- Dec 14, 1999, 1:52:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winnt.h
r1927 r2073 12 12 #include "pshpack1.h" 13 13 /* Defines */ 14 15 #define UNREFERENCED_PARAMETER(a) 14 16 15 17 /* Argument 1 passed to the DllEntryProc. */ … … 78 80 /* depend on the UNICODE macro that only exists in user's code. */ 79 81 80 #if ndef __WINE__82 #if !defined(__WINE__) && !defined(__WINE_WINDEF_H) 81 83 # ifdef UNICODE 82 84 typedef LPWSTR LPTSTR;
Note:
See TracChangeset
for help on using the changeset viewer.