Made uio "bool" compatible with the main uqm "bool";

introduced C99 compatible booleans.



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2856 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-09-18 14:48:17 +00:00
parent 85b9898d53
commit e802b489b8
4 changed files with 36 additions and 6 deletions
+3
View File
@@ -47,6 +47,9 @@ uqm_requirements()
define_have_symbol getopt_long
define_have_header regex.h
# Add define for HAVE__BOOL
define_have_type _Bool
# Add an environment variable for MACRO_WIN32 and MACRO___MINGW32__
define_have_macro WIN32
define_have_macro __MINGW32__