X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aaee6afdcde7c9e677f642303d4988a66cb9dc9..faa9a600f4ee45757039be01acb0865d1bbae957:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 8fdad9479d..f45369a05a 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -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