X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..4c200e8d87728306b219822d9c07e28526cd8649:/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;