Mercurial > mplayer.hg
diff loader/wine/winnt.h @ 5233:07165a7dbed0
allow LPSTR typedef
author | arpi |
---|---|
date | Wed, 20 Mar 2002 22:31:52 +0000 |
parents | e96d8e8f0c8f |
children | bdc49c9c419e |
line wrap: on
line diff
--- 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;