]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/registry.h
Commit Carsten Fuchs' patch for separating wxGLCanvas
[wxWidgets.git] / include / wx / msw / registry.h
index ec2fe0a8426e0ef0c624ae31510d1015131078d1..5cc7f5c9fab4da6943bcc216f1b28aa6163b10f4 100644 (file)
 #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)