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:
Guillermo Rodriguez Garcia
2001-05-10 06:31:39 +00:00
parent e7b596fbff
commit 27a97d02eb
6 changed files with 16 additions and 24 deletions

View File

@@ -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;