]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
added version checking to the renderers
[wxWidgets.git] / include / wx / msw / app.h
index 17e363b6b351fd549e02c9d54a7a305fff5f9d60..e73040ededdfac508bbfed05a64f0726d28fedde 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_APP_H_
 #define _WX_APP_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "app.h"
 #endif
 
@@ -102,6 +102,7 @@ protected:
     bool m_keepGoing;
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxApp)
 };
 
 int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance,