]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/registry.h
Added implementation of MDI using top level windows
[wxWidgets.git] / include / wx / msw / registry.h
index 5e995ad25b8655741437a2592c2f80bcd7a713a9..5f4c818aa6be21650c69b0a53b475b0e8e05fa8b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef   _REGISTRY_H
 #define   _REGISTRY_H
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "registry.h"
 #endif
 
@@ -32,7 +32,7 @@ typedef unsigned long ulong;
 // ----------------------------------------------------------------------------
 // class wxRegKey encapsulates window HKEY handle
 // ----------------------------------------------------------------------------
-class WXDLLEXPORT wxRegKey 
+class WXDLLIMPEXP_BASE wxRegKey 
 {
 public:
   // NB: do _not_ change the values of elements in these enumerations!