Fixed broken #if #endif.

This commit is contained in:
Armin Novak 2015-11-10 11:45:49 +01:00
parent 533e14745e
commit d339b986de
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
#define __int3264 __int32
#define __uint3264 __uint32
#endif
#endif
#if defined(HAVE_STDBOOL_H) && !defined(__OBJC__)
typedef bool BOOL;