summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 22:31:52 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 22:31:52 +0000
commit7f18b5b5ea675aa7ec13809223776c2b510d0baa (patch)
tree37ac46c2036e09553090b9bd97b8e846d7ba8731 /loader
parentd54994d5cb69f033143e5d63b55014c6b6b963f1 (diff)
downloadmpv-7f18b5b5ea675aa7ec13809223776c2b510d0baa.tar.bz2
mpv-7f18b5b5ea675aa7ec13809223776c2b510d0baa.tar.xz
allow LPSTR typedef
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5234 b3059339-0415-0410-9bf9-f77b7e298cf2
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;