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:
Julian Smart 1998-07-03 16:36:10 +00:00
parent cfe780fb99
commit 0d3820b348
20 changed files with 54 additions and 10 deletions

View File

@ -14,6 +14,10 @@
#ifndef _APPCONF_H
#define _APPCONF_H
#ifdef __GNUG__
#pragma interface "config.h"
#endif
// ----------------------------------------------------------------------------
// compile options
// ----------------------------------------------------------------------------

View File

@ -16,6 +16,10 @@
#ifndef _FILECONF_H
#define _FILECONF_H
#ifdef __GNUG__
#pragma interface "fileconf.h"
#endif
// ----------------------------------------------------------------------------
// compile options
// ----------------------------------------------------------------------------

View File

@ -12,7 +12,7 @@
#define __IMAGELISTH_G__
#ifdef __GNUG__
#pragma interface
#pragma interface "imaglist.h"
#endif
#include "wx/defs.h"

View File

@ -12,7 +12,7 @@
#define __LISTCTRLH_G__
#ifdef __GNUG__
#pragma interface
#pragma interface "listctrl.h"
#endif
#include "wx/defs.h"

View File

@ -13,7 +13,7 @@
#define __GTKTREECTRLH_G__
#ifdef __GNUG__
#pragma interface
#pragma interface "treectrl.h"
#endif
#include "wx/defs.h"

View File

@ -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"

View File

@ -13,7 +13,7 @@
#define __LISTH__
#ifdef __GNUG__
#pragma interface
#pragma interface "list.h"
#endif
#include "wx/defs.h"

View File

@ -13,8 +13,8 @@
#define __LOGH__
#ifdef __GNUG__
#pragma interface
#endif //GNU C++
#pragma interface "log.h"
#endif
// ----------------------------------------------------------------------------
// constants

View File

@ -12,6 +12,10 @@
#ifndef _MENUITEM_H
#define _MENUITEM_H
#ifdef __GNUG__
#pragma interface "menuitem.h"
#endif
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------

View File

@ -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

View File

@ -9,6 +9,10 @@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma interface "pnghand.h"
#endif
class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler
{
DECLARE_DYNAMIC_CLASS(wxPNGFileHandler)

View File

@ -12,6 +12,10 @@
#ifndef _REGCONF_H
#define _REGCONF_H
#ifdef __GNUG__
#pragma interface "regconf.h"
#endif
// ----------------------------------------------------------------------------
// wxRegConfig
// ----------------------------------------------------------------------------

View File

@ -12,6 +12,10 @@
#ifndef _REGISTRY_H
#define _REGISTRY_H
#ifdef __GNUG__
#pragma interface "registry.h"
#endif
// ----------------------------------------------------------------------------
// mutable hack (see also registry.cpp)
// ----------------------------------------------------------------------------

View File

@ -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

View File

@ -13,7 +13,7 @@
#define __OBJECTH__
#ifdef __GNUG__
#pragma interface
#pragma interface "object.h"
#endif
#include "wx/defs.h"

View File

@ -13,6 +13,10 @@
#if USE_ODBC
#ifdef __GNUG__
#pragma interface "odbc.h"
#endif
#ifndef __ODBCH__
#define __ODBCH__

View File

@ -12,6 +12,10 @@
#ifndef _OWNERDRW_H
#define _OWNERDRW_H
#ifdef __GNUG__
#pragma interface "ownerdrw.h"
#endif
typedef wxColour wxColor;
typedef unsigned int uint;

View File

@ -13,7 +13,7 @@
#define __PRNTBASEH__
#ifdef __GNUG__
#pragma interface
#pragma interface "prntbase.h"
#endif
#include "wx/defs.h"

View File

@ -13,7 +13,7 @@
#define __PROCESSH__
#ifdef __GNUG__
#pragma interface
#pragma interface "process.h"
#endif
#include "wx/defs.h"

View File

@ -13,7 +13,7 @@
#define __WXSTRINGH__
#ifdef __GNUG__
#pragma interface
#pragma interface "string.h"
#endif
/* Dependencies (should be included before this header):