#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>
// ----------------------------------------------------------------------------
// we put our data in HKLM\SOFTWARE_KEY\appname
-#define SOFTWARE_KEY wxString("Software\\wxWindows\\")
+#define SOFTWARE_KEY wxString("Software\\")
// ----------------------------------------------------------------------------
// global functions
return bOk;
}
+
+#endif
+ // __WIN16__
+