From: Guillermo Rodriguez Garcia Date: Fri, 17 Sep 1999 01:45:36 +0000 (+0000) Subject: typedef unsigned int bool (instead of int) for consistency with defs.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/236ef8a96689d30479e10dc33485b3e5041b16e5 typedef unsigned int bool (instead of int) for consistency with defs.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gsocket.h b/include/wx/gsocket.h index 10eb21f79e..e5a9070209 100644 --- a/include/wx/gsocket.h +++ b/include/wx/gsocket.h @@ -18,7 +18,7 @@ #include #if !defined(__cplusplus) -typedef int bool; +typedef unsigned int bool; #endif #ifndef TRUE