#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;
// ----------------------------------------------------------------------------
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)