git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3240
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
GSocket_SetNonBlocking() puts the socket in non-blocking mode. This is useful
if we don't want to wait.
*/
GSocket_SetNonBlocking() puts the socket in non-blocking mode. This is useful
if we don't want to wait.
*/
-void GSocket_SetNonBlocking(GSocket *socket, bool block)
+void GSocket_SetNonBlocking(GSocket *socket, bool non_block)
{
assert(socket != NULL);
{
assert(socket != NULL);