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
This commit is contained in:
Guillermo Rodriguez Garcia 1999-09-17 01:45:36 +00:00
parent a3daed0276
commit 236ef8a966

View File

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