Преглед изворни кода

Define bool as unsigned char (1 byte) on old MSVC versions

Julius Pfrommer пре 6 година
родитељ
комит
a88e2bf995
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/ua_config.h.in

+ 1 - 1
include/ua_config.h.in

@@ -75,7 +75,7 @@ extern "C" {
 #else
 # include "ms_stdint.h"
 # if !defined(__bool_true_false_are_defined)
-#  define bool short
+#  define bool unsigned char
 #  define true 1
 #  define false 0
 #  define __bool_true_false_are_defined