# HG changeset patch # User arpi # Date 1016663512 0 # Node ID 07165a7dbed0e82a8c66295d4a000e6c3b9ccf39 # Parent 37b49bb4c2d2651e65656a6ac2d9fe1fade7a614 allow LPSTR typedef diff -r 37b49bb4c2d2 -r 07165a7dbed0 loader/wine/winnt.h --- a/loader/wine/winnt.h Wed Mar 20 21:23:59 2002 +0000 +++ b/loader/wine/winnt.h Wed Mar 20 22:31:52 2002 +0000 @@ -81,7 +81,7 @@ /* These types are _not_ defined for the emulator, because they */ /* depend on the UNICODE macro that only exists in user's code. */ -#ifndef __WINE__ +//#ifndef __WINE__ # ifdef UNICODE typedef WCHAR TCHAR, *PTCHAR; typedef LPWSTR PTSTR, LPTSTR; @@ -93,7 +93,7 @@ typedef LPCSTR PCTSTR, LPCTSTR; #define __TEXT(string) string # endif /* UNICODE */ -#endif /* __WINE__ */ +//#endif /* __WINE__ */ #define TEXT(quote) __TEXT(quote) typedef BYTE BOOLEAN;