]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/regconf.cpp
catches program exceptions in release build (VC++ only)
[wxWidgets.git] / src / msw / regconf.cpp
index c14d3e550ca94ca77934aa0a26408aaa350becdb..2fe6d9da5849d3948c301a41af0cd4a599f20b7d 100644 (file)
   #include  <wx/string.h>
 #endif //WX_PRECOMP
 
+#include <wx/event.h>
 #include <wx/app.h>
 #include <wx/log.h>
 #include <wx/config.h>
+
+#ifndef __WIN16__
+
 #include <wx/msw/registry.h>
 #include <wx/msw/regconf.h>
 
@@ -35,7 +39,7 @@
 // ----------------------------------------------------------------------------
 
 // we put our data in HKLM\SOFTWARE_KEY\appname
-#define SOFTWARE_KEY    wxString("Software\\wxWindows\\")
+#define SOFTWARE_KEY    wxString("Software\\")
 
 // ----------------------------------------------------------------------------
 // global functions
@@ -470,3 +474,7 @@ bool wxRegConfig::DeleteAll()
 
   return bOk;
 }
+
+#endif
+  // __WIN16__
+