X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2288191b9cef62b63166ef15e928ee5960fe0c53..9c824f2977a2e8a502b0570c5301caa2a547833a:/include/wx/msw/gsockmsw.h?ds=sidebyside 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 {