fixed condition for using #pragmas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2005-01-07 21:27:20 +00:00
parent 1c16e6df8e
commit 0c9ff74f05
38 changed files with 38 additions and 38 deletions

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_BMP_H_
#define _WX_XH_BMP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_bmp.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_BMPBT_H_
#define _WX_XH_BMPBT_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_bmpbt.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_BTTN_H_
#define _WX_XH_BTTN_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_bttn.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_CALD_H_
#define _WX_XH_CALD_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_cald.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_CHCKB_H_
#define _WX_XH_CHCKB_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_chckb.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_CHCKL_H_
#define _WX_XH_CHCKL_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_chckl.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_CHOIC_H_
#define _WX_XH_CHOIC_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_choic.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_COMBO_H_
#define _WX_XH_COMBO_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_combo.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_DLG_H_
#define _WX_XH_DLG_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_dlg.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_FRAME_H_
#define _WX_XH_FRAME_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_frame.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_GAUGE_H_
#define _WX_XH_GAUGE_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_gauge.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_GDCTL_H_
#define _WX_XH_GDCTL_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_gdctl.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_HTML_H_
#define _WX_XH_HTML_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_html.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_LISTB_H_
#define _WX_XH_LISTB_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_listb.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_LISTC_H_
#define _WX_XH_LISTC_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_listc.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_MENU_H_
#define _WX_XH_MENU_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_menu.h"
#endif

View File

@ -10,7 +10,7 @@
#ifndef _WX_XH_NOTBK_H_
#define _WX_XH_NOTBK_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_notbk.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_PANEL_H_
#define _WX_XH_PANEL_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_panel.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_RADBT_H_
#define _WX_XH_RADBT_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_radbt.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_RADBX_H_
#define _WX_XH_RADBX_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_radbx.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_SCROL_H_
#define _WX_XH_SCROL_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_scrol.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_SCWIN_H_
#define _WX_XH_SCWIN_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_scwin.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_SIZER_H_
#define _WX_XH_SIZER_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_sizer.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_SLIDR_H_
#define _WX_XH_SLIDR_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_slidr.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_SPIN_H_
#define _WX_XH_SPIN_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_spin.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_SPLIT_H_
#define _WX_XH_SPLIT_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_split.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_STATBAR_H_
#define _WX_XH_STATBAR_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_statbar.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_STBMP_H_
#define _WX_XH_STBMP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_stbmp.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_STBOX_H_
#define _WX_XH_STBOX_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_stbox.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_STLIN_H_
#define _WX_XH_STLIN_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_stlin.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_STTXT_H_
#define _WX_XH_STTXT_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_sttxt.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_text.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_TGLBTN_H_
#define _WX_XH_TGLBTN_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_tglbtn.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_TOOLB_H_
#define _WX_XH_TOOLB_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_toolb.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_TREE_H_
#define _WX_XH_TREE_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_tree.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_UNKWN_H_
#define _WX_XH_UNKWN_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_unkwn.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XH_WIZRD_H_
#define _WX_XH_WIZRDL_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_wizrd.h"
#endif

View File

@ -11,7 +11,7 @@
#ifndef _WX_XMLRES_H_
#define _WX_XMLRES_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xmlres.h"
#endif