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

@@ -6,7 +6,7 @@
#ifndef __WDR_dialogs_H__
#define __WDR_dialogs_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dialogs_wdr.cpp"
#endif

View File

@@ -8,7 +8,7 @@
#ifndef __simple_H__
#define __simple_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "simple.cpp"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef __test_H__
#define __test_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "test.cpp"
#endif

View File

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

View File

@@ -9,7 +9,7 @@
static const char sccsid[] = "%W% %G%";
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation
#pragma interface
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _MMBMAN_APP_H_
#define _MMBMAN_APP_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "mmbman.cpp"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _MMBOARD_APP_H_
#define _MMBOARD_APP_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "mmboard.cpp"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _OGLSAMPLE_DOC_H_
#define _OGLSAMPLE_DOC_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _OGLSAMPLE_PALETTE_H_
#define _OGLSAMPLE_PALETTE_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

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

View File

@@ -12,7 +12,7 @@
#ifndef _STUDIO_CSPALETTE_H_
#define _STUDIO_CSPALETTE_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _STUDIO_DIALOGS_H_
#define _STUDIO_DIALOGS_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _STUDIO_DOC_H_
#define _STUDIO_DOC_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _STUDIO_SHAPES_H_
#define _STUDIO_SHAPES_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _STUDIO_SYMBOLS_H_
#define _STUDIO_SYMBOLS_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif

View File

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

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation "stctest.cpp"
#pragma interface "stctest.cpp"
#endif

View File

@@ -18,7 +18,7 @@
// GCC interface
//----------------------------------------------------------------------------------------
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "custclas.h"
#endif

View File

@@ -18,7 +18,7 @@
// GCC interface
//-----------------------------------------------------------------------------
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "derivdlg.h"
#endif

View File

@@ -18,7 +18,7 @@
// GCC interface
//-----------------------------------------------------------------------------
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "myframe.h"
#endif

View File

@@ -18,7 +18,7 @@
// GCC interface
//-----------------------------------------------------------------------------
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "xrcdemo.h"
#endif