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…
==============================================================================
--- 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
{