X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb9010ed40454cc978a9cbaa6de2ee41ea8b6c84..d8a0a1c93086eafca299df69e0dab7b2c48575c2:/include/wx/os2/gsockos2.h diff --git a/include/wx/os2/gsockos2.h b/include/wx/os2/gsockos2.h index e70cd06094..ee941f3fb6 100644 --- a/include/wx/os2/gsockos2.h +++ b/include/wx/os2/gsockos2.h @@ -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 */