]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gsockmsw.h
wxRadioBox fixed on mac
[wxWidgets.git] / include / wx / msw / gsockmsw.h
index 16fec0812df11dc1af3aab53cd54374613fa335f..d51271fc3f45646c558271e6856f99bc49537ade 100644 (file)
 extern "C" {
 #endif
 
+#if !defined(__cplusplus)
+typedef int bool;
+#endif
+
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 /* Definition of GSocket */
 struct _GSocket
 {
@@ -41,6 +53,7 @@ struct _GSocket
   bool m_server;
   bool m_stream;
   bool m_oriented;
+  bool m_establishing;
   struct timeval m_timeout;
 
   /* Callbacks */