#ifndef __GSOCKET_H
#define __GSOCKET_H
+#ifndef __GSOCKET_STANDALONE__
#include "wx/setup.h"
+#endif
-#if wxUSE_SOCKETS
+#if wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__)
#include <stddef.h>
#include <sys/types.h>
#if !defined(__cplusplus)
-typedef int bool;
+typedef unsigned int bool;
#endif
#ifndef TRUE
#endif /* __cplusplus */
-#endif /* wxUSE_SOCKETS */
+#endif /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */
#endif /* __GSOCKET_H */