]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
fixed invalid cast of wxWindowDCImpl to wxDC in DoGetPixel()
[wxWidgets.git] / tests / makefile.vc
index 8fdad9479d9c07a275e4b3d8af8e533b09705e54..f45369a05a6f40e658140247ea301fe023c5ff06 100644 (file)
@@ -222,6 +222,9 @@ __RTTI_DEFINE_p_3 = /d wxNO_RTTI
 !if "$(USE_THREADS)" == "0"
 __THREAD_DEFINE_p_3 = /d wxNO_THREADS
 !endif
+!if "$(UNICODE)" == "0"
+__UNICODE_DEFINE_p_3 = /d wxUSE_UNICODE=0
+!endif
 !if "$(UNICODE)" == "1"
 __UNICODE_DEFINE_p_3 = /d _UNICODE
 !endif
@@ -349,6 +352,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