]> git.saurik.com Git - wxWidgets.git/commitdiff
another compilation fix, now for Unicode build
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 14:13:33 +0000 (14:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 14:13:33 +0000 (14:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ifacecheck/src/xmlparser.cpp

index 2209075bd6b3a22c6e6422693ad1fc38810e1f68..7b29c794ff21643e8d27cad9d54d6499b71d8b5c 100644 (file)
@@ -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:
     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);
         unsigned long id = wcstoul(curpos+1, &nexttoken, GCCXML_BASE);
 #else
         unsigned long id = strtoul(curpos+1, &nexttoken, GCCXML_BASE);