replace __UNICODE__ with wxUSE_UNICODE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@57144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,7 +89,7 @@ To summarize, here is a brief example of how a program which can be compiled
|
|||||||
in both ANSI and Unicode modes could look like:
|
in both ANSI and Unicode modes could look like:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
#ifdef __UNICODE__
|
#if wxUSE_UNICODE
|
||||||
wchar_t wch = L'*';
|
wchar_t wch = L'*';
|
||||||
const wchar_t *ws = L"Hello, world!";
|
const wchar_t *ws = L"Hello, world!";
|
||||||
int len = wcslen(ws);
|
int len = wcslen(ws);
|
||||||
|
Reference in New Issue
Block a user