From 93d660a4119aece5b039a77a01ef8be306d6d0b6 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 1 May 2004 16:56:59 +0000 Subject: [PATCH] GCC 3.4 fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index b7bcef5637..fe68f3d6c6 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -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 -- 2.47.2