]> git.saurik.com Git - wxWidgets.git/commitdiff
typedef unsigned int bool (instead of int) for consistency with defs.h
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 17 Sep 1999 01:45:36 +0000 (01:45 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 17 Sep 1999 01:45:36 +0000 (01:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gsocket.h

index 10eb21f79e7b08a779516523d366498e8f56475c..e5a9070209c0f5b106f299c6a5fae3445ea3dc63 100644 (file)
@@ -18,7 +18,7 @@
 #include <sys/types.h>
 
 #if !defined(__cplusplus)
-typedef int bool;
+typedef unsigned int bool;
 #endif
 
 #ifndef TRUE