diff --git a/src/msw/uilocale.cpp b/src/msw/uilocale.cpp index 8e7eb5dbed..c9d6d4617f 100644 --- a/src/msw/uilocale.cpp +++ b/src/msw/uilocale.cpp @@ -213,7 +213,9 @@ int wxUILocale::CompareStrings(const wxString& lhs, const wxString& rhs, const w 0, // Maybe we need LINGUISTIC_IGNORECASE here static_cast(lhs.wc_str()), -1, static_cast(rhs.wc_str()), -1, - NULL, NULL, 0); + NULL, // [out] version information -- not needed + wxRESERVED_PARAM, + wxRESERVED_PARAM); switch (ret) {