lib/iec_types_all.h
changeset 743 fbf77edf54ca
parent 628 fe0d516fe291
child 897 8c3e91c385f5
equal deleted inserted replaced
741:cdce312be3c4 743:fbf77edf54ca
    60 /*********************/
    60 /*********************/
    61 
    61 
    62 /* Include non windows.h clashing typedefs */
    62 /* Include non windows.h clashing typedefs */
    63 #include "iec_types.h"
    63 #include "iec_types.h"
    64 
    64 
    65 #define TRUE 1
    65 #ifndef TRUE
    66 #define FALSE 0
    66   #define TRUE 1
       
    67   #define FALSE 0
       
    68 #endif
    67 
    69 
    68 #define __IEC_DEBUG_FLAG 0x01
    70 #define __IEC_DEBUG_FLAG 0x01
    69 #define __IEC_FORCE_FLAG 0x02
    71 #define __IEC_FORCE_FLAG 0x02
    70 #define __IEC_RETAIN_FLAG 0x04
    72 #define __IEC_RETAIN_FLAG 0x04
    71 #define __IEC_OUTPUT_FLAG 0x08
    73 #define __IEC_OUTPUT_FLAG 0x08