]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/regconf.cpp
thread fixes for MSW (samples doesn't compile currently under !MSW, will
[wxWidgets.git] / src / msw / regconf.cpp
index c14d3e550ca94ca77934aa0a26408aaa350becdb..3a1a84eb3b379a01612e23565835ff0ad4e407c1 100644 (file)
@@ -24,6 +24,7 @@
   #include  <wx/string.h>
 #endif //WX_PRECOMP
 
+#include <wx/event.h>
 #include <wx/app.h>
 #include <wx/log.h>
 #include <wx/config.h>
@@ -35,7 +36,7 @@
 // ----------------------------------------------------------------------------
 
 // we put our data in HKLM\SOFTWARE_KEY\appname
-#define SOFTWARE_KEY    wxString("Software\\wxWindows\\")
+#define SOFTWARE_KEY    wxString("Software\\")
 
 // ----------------------------------------------------------------------------
 // global functions