FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

WSAAsyncSelect has an invalid type

 
Post new topic   Reply to topic     Forum Index -> Bindings
View previous topic :: View next topic  
Author Message
Andrej08



Joined: 31 Aug 2010
Posts: 51

PostPosted: Sun Jun 19, 2011 8:53 pm    Post subject: WSAAsyncSelect has an invalid type Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Bindings All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group