]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/config.cpp
compile warnings, M_BITMAPDATA privatized
[wxWidgets.git] / src / common / config.cpp
index 3248e1e59ab73647b6edcc1d6828de24703fa22c..a0c3a75738bb00bdeef6e92426e53ca7c90f0368 100644 (file)
@@ -91,6 +91,8 @@ wxConfigBase *wxConfigBase::Create()
     ms_pConfig =
     #if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE
         new wxRegConfig(wxTheApp->GetAppName(), wxTheApp->GetVendorName());
+    #elif defined(__WXPALMOS__) && wxUSE_CONFIG_NATIVE
+        new wxPrefConfig(wxTheApp->GetAppName());
     #else // either we're under Unix or wish to use files even under Windows
       new wxFileConfig(wxTheApp->GetAppName());
     #endif