]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mimetype.h
use BS_RIGHT for right-aligned controls (patch 945460)
[wxWidgets.git] / include / wx / msw / mimetype.h
index 269b9e98c5ded7925f12d877d6619f4cdbca5aa0..041ddcfd585c0b7ba5b4ea66ce2961c142f8e587 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _MIMETYPE_IMPL_H
 #define _MIMETYPE_IMPL_H
 
-#ifdef    __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "mimetype.h"
 #endif
 
@@ -27,7 +27,7 @@
 // and is never used directly by the application
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT_BASE wxFileTypeImpl
+class WXDLLIMPEXP_BASE wxFileTypeImpl
 {
 public:
     // ctor
@@ -92,7 +92,7 @@ private:
     bool RemoveDescription();
 };
 
-class WXDLLEXPORT_BASE wxMimeTypesManagerImpl
+class WXDLLIMPEXP_BASE wxMimeTypesManagerImpl
 {
 public:
     // nothing to do here, we don't load any data but just go and fetch it from