Author: Brian Kearns <[email protected]>
Branch: win32-fixes
Changeset: r60530:3865dce660fd
Date: 2013-01-27 13:28 -0500
http://bitbucket.org/pypy/pypy/changeset/3865dce660fd/
Log: see if this fixes win32 translation
diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py
--- a/rpython/rlib/_rsocket_rffi.py
+++ b/rpython/rlib/_rsocket_rffi.py
@@ -344,7 +344,7 @@
])
CConfig.WSAPROTOCOL_INFO = platform.Struct(
- 'struct WSAPROTOCOL_INFO',
+ 'struct _WSAPROTOCOL_INFO',
[]) # Struct is just passed between functions
CConfig.FROM_PROTOCOL_INFO = platform.DefinedConstantInteger(
'FROM_PROTOCOL_INFO')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit