X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54429bb380a74d200ec735ac360599914b016266..194f742fba53991366e1cc7bf7de38e8d692acad:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index feeb5565ae..02c824eea8 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -57,7 +57,7 @@ WXUNIV = 0 # Compile Unicode build of wxWidgets? [0,1] !ifndef UNICODE -UNICODE = 0 +UNICODE = 1 !endif # Use MSLU library when building Unicode version. [0,1]