shadow
Results
2
issues of
shadow
How to compile on 32-bit windows? Is there a detailed explanation?
``` typedef enum _WSACOMPLETIONTYPE { NSP_NOTIFY_IMMEDIATELY = 0, NSP_NOTIFY_HWND, NSP_NOTIFY_EVENT, NSP_NOTIFY_PORT, NSP_NOTIFY_APC, } WSACOMPLETIONTYPE, *PWSACOMPLETIONTYPE, FAR * LPWSACOMPLETIONTYPE; ``` This is detailed exception information: ``` Connected to pydev debugger (build...
bug