Andrej08
Joined: 31 Aug 2010 Posts: 51
|
Posted: Sun Jun 19, 2011 8:53 pm Post subject: WSAAsyncSelect has an invalid type |
|
|
Line 707 in winsock2.d:
int WSAAsyncSelect(SOCKET, HWND, u_int, long);
should be:
int WSAAsyncSelect(SOCKET, HWND, u_int, int);
Can't link otherwise. long == int on Windows platforms.
I'm not an svn user, sorry. |
|