lib/iec_types_all.h
changeset 743 fbf77edf54ca
parent 628 fe0d516fe291
child 897 8c3e91c385f5
--- a/lib/iec_types_all.h	Mon Nov 12 22:33:58 2012 +0100
+++ b/lib/iec_types_all.h	Mon Nov 12 22:36:55 2012 +0100
@@ -62,8 +62,10 @@
 /* Include non windows.h clashing typedefs */
 #include "iec_types.h"
 
-#define TRUE 1
-#define FALSE 0
+#ifndef TRUE
+  #define TRUE 1
+  #define FALSE 0
+#endif
 
 #define __IEC_DEBUG_FLAG 0x01
 #define __IEC_FORCE_FLAG 0x02