[pypy-commit] pypy win32-fixes: see if this fixes win32 translation

bdkearns noreply at buildbot.pypy.org
Sun Jan 27 19:29:14 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
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')


More information about the pypy-commit mailing list