]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/makefile.vc
Add implicit conversion, remove conversion to bool
[wxWidgets.git] / samples / console / makefile.vc
index 3a892e7d2deac0122302e0bade15bc2422d4de18..64ca44330e5727a78cc131944112161326d74d3b 100644 (file)
@@ -192,6 +192,9 @@ __RTTI_DEFINE_p = /DwxNO_RTTI
 !if "$(USE_THREADS)" == "0"
 __THREAD_DEFINE_p = /DwxNO_THREADS
 !endif
+!if "$(UNICODE)" == "0"
+__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
+!endif
 !if "$(UNICODE)" == "1"
 __UNICODE_DEFINE_p = /D_UNICODE
 !endif