#ifndef _REGISTRY_H
#include "wx/msw/registry.h"
#endif
+
#include "wx/object.h"
+#include "wx/confbase.h"
// ----------------------------------------------------------------------------
// wxRegConfig
const wxString& vendorName = wxEmptyString,
const wxString& localFilename = wxEmptyString,
const wxString& globalFilename = wxEmptyString,
- long style = 0);
+ long style = wxCONFIG_USE_GLOBAL_FILE);
// dtor will save unsaved data
virtual ~wxRegConfig();