disable use of #pragma interface under Mac OS X

GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer
Tools update contain a bug concerning #pragma interface handling that can only
be worked around by not using them (and they are not necessary anyways)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-09-07 12:28:46 +00:00
parent 3ed884a0b8
commit ab7ce33c56
283 changed files with 284 additions and 284 deletions

View File

@@ -12,7 +12,7 @@
#ifndef __ANTIFLICKPL_G__
#define __ANTIFLICKPL_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "antiflickpl.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __BARDRAGPL_G__
#define __BARDRAGPL_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "bardragpl.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __DRAGHINTSPL_G__
#define __DRAGHINTSPL_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "barhintspl.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __CBCUSTOM_G__
#define __CBCUSTOM_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "cbcustom.h"
#endif

View File

@@ -13,7 +13,7 @@
#ifndef __CONTROLBAR_G__
#define __CONTROLBAR_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "controlbar.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __DYNBARHND_G__
#define __DYNBARHND_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dynbarhnd.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __DYNTBAR_G__
#define __DYNTBAR_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dyntbar.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __DYNTBARHND_G__
#define __DYNTBARHND_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dyntbarhnd.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __FRMVIEW_G__
#define __FRMVIEW_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "frmview.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __GARBAGEC_G__
#define __GARBAGEC_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "garbagec.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __GCUPDATESMGR_G__
#define __GCUPDATESMGR_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "gcupdatesmgr.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __HINTANIMPL_G__
#define __HINTANIMPL_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "hintanimpl.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __NEWBMPBTN_G__
#define __NEWBMPBTN_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "newbmpbtn.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __PANEDRAWPL_G__
#define __PANEDRAWPL_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "panedrawpl.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __ROWDRAGPL_G__
#define __ROWDRAGPL_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "rowdragpl.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __ROWLAYOUTPL_G__
#define __ROWLAYOUTPL_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "rowlayoutpl.h"
#endif

View File

@@ -13,7 +13,7 @@
#ifndef __TOOLWND_G__
#define __TOOLWND_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "toolwnd.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __UPDATESMGR_G__
#define __UPDATESMGR_G__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "updatesmgr.h"
#endif