]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcscreen.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / x11 / dcscreen.h
index c1f9751d4a1da6ef501be21b08038dace3c2e45f..0fd97e1dda1af984afe67b9ccdc393cdaa756eb3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_DCSCREEN_H_
 #define _WX_DCSCREEN_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dcscreen.h"
 #endif
 
@@ -22,7 +22,7 @@
 // wxScreenDC
 //-----------------------------------------------------------------------------
 
-class wxScreenDC : public wxPaintDC
+class WXDLLIMPEXP_CORE wxScreenDC : public wxPaintDC
 {
 public:
     wxScreenDC();