git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53899
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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:
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);