changeset 5233:07165a7dbed0

allow LPSTR typedef
author arpi
date Wed, 20 Mar 2002 22:31:52 +0000
parents 37b49bb4c2d2
children 781a155f76cf
files loader/wine/winnt.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;