]> git.saurik.com Git - wxWidgets.git/history - src/msw/gsocket.c
Changed default address from INADDR_ANY to INADDR_NONE in GAddress_Init_INET,
[wxWidgets.git] / src / msw / gsocket.c
1999-11-18  Guillermo Rodrigue... Changed default address from INADDR_ANY to INADDR_NONE...
1999-10-27  Guillermo Rodrigue... Stupid bug in GAddress initialization prevented BCC...
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-09-30  Guillermo Rodrigue... All events now internally watched
1999-09-17  Guillermo Rodrigue... Solved problem with wxhInstance name being mangled...
1999-09-15  Guillermo Rodrigue... Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__...
1999-09-15  Guillermo Rodrigue... You CAN'T check for wxUSE_SOCKET *before* #including...
1999-09-13  Robin DunnAllowed gsocket to compile when wxUSE_SOCKETS is 0
1999-09-12  Guillermo Rodrigue... Fixed a bug when GSocket_SetCallback was used before...
1999-09-11  Guillermo Rodrigue... Added GSocket_Select() and fixed some things
1999-09-09  Guillermo Rodrigue... Fixed some bus in Connect()
1999-09-08  Guillermo Rodrigue... Bugfix in GSocket_Cleanup()
1999-09-07  Guillermo Rodrigue... GSocket for MSW