]> git.saurik.com Git - wxWidgets.git/commitdiff
GCC 3.4 fixes.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 1 May 2004 16:56:59 +0000 (16:56 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 1 May 2004 16:56:59 +0000 (16:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/app.h

index b7bcef5637bca6d0dd46e31171f09dd7c3dee05d..fe68f3d6c653445b1092dfee5fa2ba1a096565b2 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