]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dirctrlg.cpp
Insure suitable choices of path/drive separator on OS/2.
[wxWidgets.git] / src / generic / dirctrlg.cpp
index 41b405cf024f599ac1638d6d416435127e49380b..ad330b9af6d5cdf8b22322b1aa4d69a8f0a4debc 100644 (file)
@@ -361,7 +361,7 @@ bool wxIsDriveAvailable(const wxString& dirName)
 
 // Function which is called by quick sort. We want to override the default wxArrayString behaviour,
 // and sort regardless of case.
-static int LINKAGEMODE wxDirCtrlStringCompareFunction(wxString* strFirst, wxString* strSecond)
+static int wxCMPFUNC_CONV wxDirCtrlStringCompareFunction(wxString* strFirst, wxString* strSecond)
 {
     return strFirst->CmpNoCase(*strSecond);
 }