summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/wine/winnt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/wine/winnt.h b/loader/wine/winnt.h
index 478f8b78f8..401c39889c 100644
--- a/loader/wine/winnt.h
+++ b/loader/wine/winnt.h
@@ -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 LPSTR PTSTR, LPTSTR;
typedef LPCSTR PCTSTR, LPCTSTR;
#define __TEXT(string) string
# endif /* UNICODE */
-#endif /* __WINE__ */
+//#endif /* __WINE__ */
#define TEXT(quote) __TEXT(quote)
typedef BYTE BOOLEAN;