X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96202d070a4f0c7e2f346e0bba7da8580d45d02f..96ca74cdda2a8ed485facb45de263e5b7b51d7be:/utils/ifacecheck/src/xmlparser.cpp?ds=inline diff --git a/utils/ifacecheck/src/xmlparser.cpp b/utils/ifacecheck/src/xmlparser.cpp index 2209075bd6..7b29c794ff 100644 --- a/utils/ifacecheck/src/xmlparser.cpp +++ b/utils/ifacecheck/src/xmlparser.cpp @@ -520,7 +520,7 @@ bool getMemberIDs(wxClassMemberIdHashMap* map, wxClass* p, const wxStringCharTyp while (curpos < end) { // curpos always points to the underscore of the next token to parse: -#if wxUSE_UNICODE_UTF8 +#if wxUSE_UNICODE_WCHAR unsigned long id = wcstoul(curpos+1, &nexttoken, GCCXML_BASE); #else unsigned long id = strtoul(curpos+1, &nexttoken, GCCXML_BASE);