Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@roxlu
Created January 17, 2013 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roxlu/fc0b52bb905406108123 to your computer and use it in GitHub Desktop.
Save roxlu/fc0b52bb905406108123 to your computer and use it in GitHub Desktop.
typedef BOOL PASCAL (*LPFN_ACCEPTEX)
(SOCKET sListenSocket,
SOCKET sAcceptSocket,
PVOID lpOutputBuffer,
DWORD dwReceiveDataLength,
DWORD dwLocalAddressLength,
DWORD dwRemoteAddressLength,
LPDWORD lpdwBytesReceived,
LPOVERLAPPED lpOverlapped);
Error 130 error C2059: syntax error : '(' uv-win.h 106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment