summaryrefslogtreecommitdiffstats
path: root/loader/wine/winnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/winnt.h')
-rw-r--r--loader/wine/winnt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/loader/wine/winnt.h b/loader/wine/winnt.h
index 0d1d950486..60a937d6e4 100644
--- a/loader/wine/winnt.h
+++ b/loader/wine/winnt.h
@@ -81,7 +81,6 @@
/* These types are _not_ defined for the emulator, because they */
/* depend on the UNICODE macro that only exists in user's code. */
-//#ifndef __WINE__
# ifdef UNICODE
typedef WCHAR TCHAR, *PTCHAR;
typedef LPWSTR PTSTR, LPTSTR;
@@ -93,7 +92,6 @@ typedef LPSTR PTSTR, LPTSTR;
typedef LPCSTR PCTSTR, LPCTSTR;
#define __TEXT(string) string
# endif /* UNICODE */
-//#endif /* __WINE__ */
#define TEXT(quote) __TEXT(quote)
typedef BYTE BOOLEAN;
@@ -629,8 +627,6 @@ typedef struct _CONTEXT
typedef CONTEXT *PCONTEXT;
typedef HANDLE *PHANDLE;
-#ifdef __WINE__
-
/* Macros for easier access to i386 context registers */
#define EAX_reg(context) ((context)->Eax)
@@ -766,8 +762,6 @@ typedef HANDLE *PHANDLE;
# error You must define GET_IP for this CPU
#endif
-#endif /* __WINE__ */
-
/*
* Exception codes
*/