From 236ef8a96689d30479e10dc33485b3e5041b16e5 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Fri, 17 Sep 1999 01:45:36 +0000 Subject: [PATCH] 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 --- include/wx/gsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0