bool-> int, gcc doesn't like bool in _C_ code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2000-03-17 12:46:29 +00:00
parent 27f37ae504
commit a78e08d6cb

View File

@ -36,11 +36,11 @@ struct _GSocket
GAddress *m_peer; GAddress *m_peer;
GSocketError m_error; GSocketError m_error;
bool m_non_blocking; int m_non_blocking;
bool m_server; int m_server;
bool m_stream; int m_stream;
bool m_oriented; int m_oriented;
bool m_establishing; int m_establishing;
unsigned long m_timeout; unsigned long m_timeout;
/* Callbacks */ /* Callbacks */