blind fix for GCC compilation when #pragmas are honored

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-12-27 08:52:17 +00:00
parent 5445a26cc4
commit 49a1436640
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
#define __GTKFILEDLGH__ #define __GTKFILEDLGH__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface #pragma interface "filedlggtk.h"
#endif #endif
#include "wx/generic/filedlgg.h" #include "wx/generic/filedlgg.h"

View File

@@ -12,7 +12,7 @@
#define __GTKFILEDLGH__ #define __GTKFILEDLGH__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface #pragma interface "filedlggtk.h"
#endif #endif
#include "wx/generic/filedlgg.h" #include "wx/generic/filedlgg.h"

View File

@@ -8,7 +8,7 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "filedlg.h" #pragma implementation "filedlggtk.h"
#endif #endif
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".

View File

@@ -8,7 +8,7 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "filedlg.h" #pragma implementation "filedlggtk.h"
#endif #endif
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".