]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / src / msw / stdpaths.cpp
index 707c30e38341a92e4cb91a387ace6c9b0be411df..02b714d8f4cdc39a2bdd2df8809d7a277618e188 100644 (file)
@@ -282,9 +282,8 @@ wxString wxStandardPathsWin16::GetConfigDir() const
         wxLogLastError(_T("GetWindowsDirectory"));
     }
 #else
-    // TODO:
-    //    eVC4 - use CSIDL_WINDOWS
-    //    eVC3 - probably not possible through API
+    // TODO: use CSIDL_WINDOWS (eVC4, possibly not eVC3)
+    return wxT("\\Windows");
 #endif
 
     return dir;