]> git.saurik.com Git - wxWidgets.git/commitdiff
bool-> int, gcc doesn't like bool in _C_ code.
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 17 Mar 2000 12:46:29 +0000 (12:46 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 17 Mar 2000 12:46:29 +0000 (12:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/gsockos2.h

index e70cd06094379de04277e0979480c658ab6b1411..ee941f3fb6a5aeb81fdb17bcf331f81347708fef 100644 (file)
@@ -36,11 +36,11 @@ struct _GSocket
   GAddress *m_peer;
   GSocketError m_error;
 
-  bool m_non_blocking;
-  bool m_server;
-  bool m_stream;
-  bool m_oriented;
-  bool m_establishing;
+  int m_non_blocking;
+  int m_server;
+  int m_stream;
+  int m_oriented;
+  int m_establishing;
   unsigned long m_timeout;
 
   /* Callbacks */