Private gsocket files were using 'typedef int bool', removed this
and replaced by true ints. Currently this was not causing any problem but it is better to avoid bool at all in C code as a matter of good coding practice. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,7 @@ void _GSocket_GDK_Input(gpointer data,
|
||||
_GSocket_Detected_Write(socket);
|
||||
}
|
||||
|
||||
bool _GSocket_GUI_Init(GSocket *socket)
|
||||
int _GSocket_GUI_Init(GSocket *socket)
|
||||
{
|
||||
gint *m_id;
|
||||
|
||||
|
Reference in New Issue
Block a user