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@16884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#ifndef _WX_GENERIC_ACCEL_H_
|
||||
#define _WX_GENERIC_ACCEL_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "accel.h"
|
||||
#endif
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// Licence: wxWindows license
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "calctrl.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_CARET_H_
|
||||
#define _WX_CARET_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "caret.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __CHOICEDLGH_G__
|
||||
#define __CHOICEDLGH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "choicdgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __COLORDLGH_G__
|
||||
#define __COLORDLGH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "colrdlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#ifndef _WX_DCPSG_H_
|
||||
#define _WX_DCPSG_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "dcpsg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#ifndef _WX_DIRCTRL_H_
|
||||
#define _WX_DIRCTRL_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "dirctrlg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#ifndef _WX_DIRDLGG_H_
|
||||
#define _WX_DIRDLGG_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "dirdlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#ifndef _WX_DRAGIMGG_H_
|
||||
#define _WX_DRAGIMGG_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "dragimgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "genericfdrepdlg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_FILEDLGG_H_
|
||||
#define _WX_FILEDLGG_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "filedlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_GENERIC_FONTDLGG_H
|
||||
#define _WX_GENERIC_FONTDLGG_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "fontdlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
#ifndef __WXGRID_H__
|
||||
#define __WXGRID_H__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "grid.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_GENERIC_GRIDCTRL_H_
|
||||
#define _WX_GENERIC_GRIDCTRL_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "gridctrl.h"
|
||||
#endif
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#ifndef __GRIDH_G__
|
||||
#define __GRIDH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "gridg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#ifndef __WXGRIDSEL_H__
|
||||
#define __WXGRIDSEL_H__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "gridsel.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
#if wxUSE_HELP
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
# pragma interface "wxexthlp.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
#if wxUSE_HELP
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
# pragma interface "helphtml.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#ifndef __IMAGELISTH_G__
|
||||
#define __IMAGELISTH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "imaglist.h"
|
||||
#endif
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#ifndef _WX_LAYWIN_H_G_
|
||||
#define _WX_LAYWIN_H_G_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "laywin.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#ifndef __LISTCTRLH_G__
|
||||
#define __LISTCTRLH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "listctrl.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_MDIG_H_
|
||||
#define _WX_MDIG_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "mdig.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __MSGDLGH_G__
|
||||
#define __MSGDLGH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "msgdlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#ifndef _WX_NOTEBOOK_H_
|
||||
#define _WX_NOTEBOOK_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "notebook.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __WX_PALETTEG_H__
|
||||
#define __WX_PALETTEG_H__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "paletteg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_GENERIC_PANEL_H_
|
||||
#define _WX_GENERIC_PANEL_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "panelg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#ifndef __PRINTPSH__
|
||||
#define __PRINTPSH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "printps.h"
|
||||
#endif
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#ifndef __PRINTDLGH_G_
|
||||
#define __PRINTDLGH_G_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "prntdlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __PROGDLGH_G__
|
||||
#define __PROGDLGH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "progdlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#ifndef _WX_SASHWIN_H_G_
|
||||
#define _WX_SASHWIN_H_G_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "sashwin.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_GENERIC_SCROLLWIN_H_
|
||||
#define _WX_GENERIC_SCROLLWIN_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "genscrolwin.h"
|
||||
#endif
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
#if wxUSE_SPINBTN
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "spinctlg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "splash.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __SPLITTERH_G__
|
||||
#define __SPLITTERH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "splitter.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,8 +11,8 @@
|
||||
#ifndef _WX_GENERIC_STATLINE_H_
|
||||
#define _WX_GENERIC_STATLINE_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "statline.h"
|
||||
#endif
|
||||
|
||||
class wxStaticBox;
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_GENERIC_STATUSBR_H_
|
||||
#define _WX_GENERIC_STATUSBR_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "statusbr.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __TABGH_G__
|
||||
#define __TABGH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "tabg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef __TEXTDLGH_G__
|
||||
#define __TEXTDLGH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "textdlgg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#ifndef __WX_TIMER_H__
|
||||
#define __WX_TIMER_H__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "timer.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _GENERIC_TREECTRL_H_
|
||||
#define _GENERIC_TREECTRL_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "treectlg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_TREELAY_H_
|
||||
#define _WX_TREELAY_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "wxtree.h"
|
||||
#endif
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
// wxWizard
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "wizardg.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user