]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports
[wxWidgets.git] / src / msw / stdpaths.cpp
index 707c30e38341a92e4cb91a387ace6c9b0be411df..d0f397e00a5f6885cdb78575867e1bf2f90d4555 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)
+    dir = wxT("\\Windows");
 #endif
 
     return dir;