#ifndef _REGCONF_H
#define _REGCONF_H
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "regconf.h"
#endif
// wxRegConfig
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxRegConfig : public wxConfigBase
+class WXDLLIMPEXP_BASE wxRegConfig : public wxConfigBase
{
public:
// ctor & dtor
// will store data in HKLM\appName and HKCU\appName
- wxRegConfig(const wxString& appName = _T(""),
- const wxString& vendorName = _T(""),
- const wxString& localFilename = _T(""),
- const wxString& globalFilename = _T(""),
+ wxRegConfig(const wxString& appName = wxEmptyString,
+ const wxString& vendorName = wxEmptyString,
+ const wxString& localFilename = wxEmptyString,
+ const wxString& globalFilename = wxEmptyString,
long style = 0);
// dtor will save unsaved data