X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20d8c319901b4bfb6dbd6d3070e41d3174df0a6f..f644bc116bbe46d6ab609a44c05835dc4d87ba02:/include/wx/msw/registry.h?ds=sidebyside diff --git a/include/wx/msw/registry.h b/include/wx/msw/registry.h index ec2fe0a842..5cc7f5c9fa 100644 --- a/include/wx/msw/registry.h +++ b/include/wx/msw/registry.h @@ -12,10 +12,6 @@ #ifndef _WX_MSW_REGISTRY_H_ #define _WX_MSW_REGISTRY_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "registry.h" -#endif - class WXDLLIMPEXP_BASE wxOutputStream; // ---------------------------------------------------------------------------- @@ -245,6 +241,7 @@ private: m_hRootKey; // handle of the top key (i.e. StdKey) wxString m_strKey; // key name (relative to m_hRootKey) + AccessMode m_mode; // valid only if key is opened long m_dwLastError; // last error (0 if none)