mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- 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.
svn path=/trunk/; revision=38337
This commit is contained in:
parent
e5b0a21e66
commit
1de27563a1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue