summaryrefslogtreecommitdiff
path: root/cffi/vengine_gen.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-11-20 23:48:56 +0100
committerArmin Rigo <arigo@tunes.org>2012-11-20 23:48:56 +0100
commitac0f482c8d03a113c1a77cf0b83a5f0de0775791 (patch)
tree9788d39c3aa5733dca573ffb871c505d61bedd76 /cffi/vengine_gen.py
parentc20ddbb896ce299ec1fc404268ed9cd144fe20ad (diff)
downloadcffi-ac0f482c8d03a113c1a77cf0b83a5f0de0775791.tar.gz
Move around the _Bool declaration
Diffstat (limited to 'cffi/vengine_gen.py')
-rw-r--r--cffi/vengine_gen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
index 2e9640a..d7a5e32 100644
--- a/cffi/vengine_gen.py
+++ b/cffi/vengine_gen.py
@@ -478,6 +478,7 @@ typedef unsigned __int16 uint16_t;
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
typedef SSIZE_T ssize_t;
+typedef unsigned char _Bool;
#else
# include <stdint.h>
#endif