oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
<if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if>
|
<if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if>
|
||||||
</set>
|
</set>
|
||||||
<set var="MSLU_DEFINE">
|
<set var="MSLU_DEFINE">
|
||||||
<if cond="FORMAT!='autoconf' and MSLU=='1'">wxUSE_MSLU=1</if>
|
<if cond="FORMAT!='autoconf' and MSLU=='1'">wxUSE_UNICODE_MSLU=1</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<!-- fill for the specific case of the format/compiler -->
|
<!-- fill for the specific case of the format/compiler -->
|
||||||
|
Reference in New Issue
Block a user