00001 00012 #ifndef DKUTIL_CSTD_STDBOOL_H 00013 #define DKUTIL_CSTD_STDBOOL_H 00014 00015 00016 00017 #ifndef __cplusplus 00018 00019 #if !defined(_Bool) //|| !defined(_MSC_VER) 00020 # define _Bool unsigned char 00021 #endif 00022 00023 #define true 1 00024 #define false 0 00025 00026 #endif // __cplusplus 00027 #endif //end of include once