wxUSE_UNICODE=1 -> _UNICODE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-27 18:09:15 +00:00
parent fd3eb307a7
commit ed4ccecd55

View File

@@ -204,7 +204,7 @@
<if cond="FORMAT!='autoconf' and DEBUG_FLAG=='1'">__WXDEBUG__</if> <if cond="FORMAT!='autoconf' and DEBUG_FLAG=='1'">__WXDEBUG__</if>
</set> </set>
<set var="UNICODE_DEFINE"> <set var="UNICODE_DEFINE">
<if cond="FORMAT!='autoconf' and UNICODE=='1'">wxUSE_UNICODE=1</if> <if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if>
</set> </set>
<set var="UNICOWS_LIB"> <set var="UNICOWS_LIB">