Minor changes to viusal appearance,
Added wxYield() to wxEndBusyCursor(), Made wxSpinButton always sent a wxSROLL_THUMBTRACK event, Made wxDirDialog resizable, Made gsocket.c compile, git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -487,7 +487,7 @@ bool GSocket_DataAvailable(GSocket *socket)
|
||||
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 non_block)
|
||||
void GSocket_SetNonBlocking(GSocket *socket, bool block)
|
||||
{
|
||||
assert(socket != NULL);
|
||||
|
||||
@@ -501,7 +501,7 @@ void GSocket_SetNonBlocking(GSocket *socket, bool non_block)
|
||||
* GSocket_SetTimeout()
|
||||
*/
|
||||
|
||||
#ifndef LINUX
|
||||
#if !defined(__LINUX__) && !defined(__FREEBSD__)
|
||||
# define CAN_USE_TIMEOUT
|
||||
#elif defined(__GLIBC__) && defined(__GLIBC_MINOR__)
|
||||
# if (__GLIBC__ == 2) && (__GLIBC_MINOR__ == 1)
|
||||
|
Reference in New Issue
Block a user