X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2288191b9cef62b63166ef15e928ee5960fe0c53..ea39b210333fcc24a74b4601058fc1a79b1ecfec:/include/wx/msw/gsockmsw.h diff --git a/include/wx/msw/gsockmsw.h b/include/wx/msw/gsockmsw.h index 91a126119e..d51271fc3f 100644 --- a/include/wx/msw/gsockmsw.h +++ b/include/wx/msw/gsockmsw.h @@ -28,6 +28,18 @@ 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 {