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:
parent
a3daed0276
commit
236ef8a966
@ -18,7 +18,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#if !defined(__cplusplus)
|
||||
typedef int bool;
|
||||
typedef unsigned int bool;
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
|
Loading…
Reference in New Issue
Block a user