Author: Brian Kearns <[email protected]>
Branch: win32-fixes
Changeset: r60531:1929c19109d0
Date: 2013-01-27 13:32 -0500
http://bitbucket.org/pypy/pypy/changeset/1929c19109d0/
Log: ok, another try
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',
+ '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