[Mplayer-cvslog] CVS: main/loader/wine winnt.h,1.3,1.4

Arpi of Ize arpi at mplayer.dev.hu
Wed Mar 20 23:31:56 CET 2002


Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv11656

Modified Files:
	winnt.h 
Log Message:
allow LPSTR typedef

Index: winnt.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/winnt.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- winnt.h	30 Oct 2001 20:44:25 -0000	1.3
+++ winnt.h	20 Mar 2002 22:31:52 -0000	1.4
@@ -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;




More information about the MPlayer-cvslog mailing list