X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..2188f34751d01d431ad3cd9c018b98a945d0744c:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index b120724457..5c2e7edede 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -2091,7 +2091,7 @@ static wxArrayString::CompareFunction gs_compareFunction = NULL; static bool gs_sortAscending = TRUE; // function which is called by quick sort -extern "C" int LINKAGEMODE +extern "C" int wxC_CALLING_CONV // LINKAGEMODE wxStringCompareFunction(const void *first, const void *second) { wxString *strFirst = (wxString *)first;