[ros-diffs] [jimtabor] 38337: - Someone needs to wine they are using the wrong ACP. They might not care since wine is not an OS but just a hacky add on.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Thu Dec 25 00:07:14 CET 2008


Author: jimtabor
Date: Wed Dec 24 17:07:13 2008
New Revision: 38337

URL: http://svn.reactos.org/svn/reactos?rev=38337&view=rev
Log:
- Someone needs to wine they are using the wrong ACP. They might not care since wine is not an OS but just a hacky add on.

Modified:
    trunk/reactos/dll/win32/wininet/internet.h

Modified: trunk/reactos/dll/win32/wininet/internet.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wininet/internet.h?rev=38337&r1=38336&r2=38337&view=diff
==============================================================================
--- trunk/reactos/dll/win32/wininet/internet.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wininet/internet.h [iso-8859-1] Wed Dec 24 17:07:13 2008
@@ -52,6 +52,10 @@
 #define ioctlsocket ioctl
 #endif /* __MINGW32__ */
 
+/* ReactOS-specific definitions */
+#undef CP_UNIXCP
+#define CP_UNIXCP   CP_THREAD_ACP
+
 /* used for netconnection.c stuff */
 typedef struct
 {



More information about the Ros-diffs mailing list