Added #pragmas for gcc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cfe780fb99
commit
0d3820b348
@ -14,6 +14,10 @@
|
||||
#ifndef _APPCONF_H
|
||||
#define _APPCONF_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "config.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// compile options
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -16,6 +16,10 @@
|
||||
#ifndef _FILECONF_H
|
||||
#define _FILECONF_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "fileconf.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// compile options
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define __IMAGELISTH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "imaglist.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define __LISTCTRLH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "listctrl.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define __GTKTREECTRLH_G__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "treectrl.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
@ -12,6 +12,10 @@
|
||||
#ifndef __IPCBASEH__
|
||||
#define __IPCBASEH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "ipcbase.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
#include "wx/object.h"
|
||||
#include "wx/string.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define __LISTH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "list.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
@ -13,8 +13,8 @@
|
||||
#define __LOGH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#endif //GNU C++
|
||||
#pragma interface "log.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// constants
|
||||
|
@ -12,6 +12,10 @@
|
||||
#ifndef _MENUITEM_H
|
||||
#define _MENUITEM_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "menuitem.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// headers
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -12,6 +12,10 @@
|
||||
#ifndef __CHECKLST_H__
|
||||
#define __CHECKLST_H__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "checklst.h"
|
||||
#endif
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
#if !USE_OWNER_DRAWN
|
||||
|
@ -9,6 +9,10 @@
|
||||
// Licence: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "pnghand.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxPNGFileHandler)
|
||||
|
@ -12,6 +12,10 @@
|
||||
#ifndef _REGCONF_H
|
||||
#define _REGCONF_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "regconf.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxRegConfig
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -12,6 +12,10 @@
|
||||
#ifndef _REGISTRY_H
|
||||
#define _REGISTRY_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "registry.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// mutable hack (see also registry.cpp)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -12,6 +12,10 @@
|
||||
#ifndef _STATBR95_H
|
||||
#define _STATBR95_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "statbr95.h"
|
||||
#endif
|
||||
|
||||
#if USE_NATIVE_STATUSBAR
|
||||
|
||||
class WXDLLEXPORT wxStatusBar95 : public wxStatusBar
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define __OBJECTH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "object.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
@ -13,6 +13,10 @@
|
||||
|
||||
#if USE_ODBC
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "odbc.h"
|
||||
#endif
|
||||
|
||||
#ifndef __ODBCH__
|
||||
#define __ODBCH__
|
||||
|
||||
|
@ -12,6 +12,10 @@
|
||||
#ifndef _OWNERDRW_H
|
||||
#define _OWNERDRW_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "ownerdrw.h"
|
||||
#endif
|
||||
|
||||
typedef wxColour wxColor;
|
||||
typedef unsigned int uint;
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define __PRNTBASEH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "prntbase.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define __PROCESSH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "process.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define __WXSTRINGH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface "string.h"
|
||||
#endif
|
||||
|
||||
/* Dependencies (should be included before this header):
|
||||
|
Loading…
Reference in New Issue
Block a user