]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #pragmas for gcc.
authorJulian Smart <julian@anthemion.co.uk>
Fri, 3 Jul 1998 16:36:10 +0000 (16:36 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 3 Jul 1998 16:36:10 +0000 (16:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 files changed:
include/wx/config.h
include/wx/fileconf.h
include/wx/generic/imaglist.h
include/wx/generic/listctrl.h
include/wx/generic/treectrl.h
include/wx/ipcbase.h
include/wx/list.h
include/wx/log.h
include/wx/menuitem.h
include/wx/msw/checklst.h
include/wx/msw/pnghand.h
include/wx/msw/regconf.h
include/wx/msw/registry.h
include/wx/msw/statbr95.h
include/wx/object.h
include/wx/odbc.h
include/wx/ownerdrw.h
include/wx/prntbase.h
include/wx/process.h
include/wx/string.h

index f9eab1d2a9eba58f22150c88e1bc3de7627111fc..d4071bd6ef73b735e3c9e98d886bf950c9f668fb 100644 (file)
 #ifndef   _APPCONF_H
 #define   _APPCONF_H
 
+#ifdef __GNUG__
+#pragma interface "config.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // compile options
 // ----------------------------------------------------------------------------
index cbbb0e0de0d4096b722f06749f589ebc6c3f0ee7..a2bbecb415e2e7dc6938427d833c61489851e3cb 100644 (file)
 #ifndef   _FILECONF_H
 #define   _FILECONF_H
 
+#ifdef __GNUG__
+#pragma interface "fileconf.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // compile options
 // ----------------------------------------------------------------------------
index 2007ffc5c0e903c89c5543d8f9b7c2fa61f741fc..3df017802e398f1ee452fa1651ef0e1fed96c009 100644 (file)
@@ -12,7 +12,7 @@
 #define __IMAGELISTH_G__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "imaglist.h"
 #endif
 
 #include "wx/defs.h"
index 11e0b1034b51b7297d1cca982b06fd98d4c340d6..c574a6508e9ef726b4fc454a00321322770fd75e 100644 (file)
@@ -12,7 +12,7 @@
 #define __LISTCTRLH_G__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "listctrl.h"
 #endif
 
 #include "wx/defs.h"
index 23bac6bddcb23742932de200d17734daefd89438..3dbbc064505e7982d62dfd9f49ea9649c3416531 100644 (file)
@@ -13,7 +13,7 @@
 #define __GTKTREECTRLH_G__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "treectrl.h"
 #endif
 
 #include "wx/defs.h"
index 4fb3b7b8eb3385b110d20b000f154c2ab513faf4..235618fdfce4055778d351055235c3288b5e9a82 100644 (file)
 #ifndef __IPCBASEH__
 #define __IPCBASEH__
 
+#ifdef __GNUG__
+#pragma interface "ipcbase.h"
+#endif
+
 #include "wx/defs.h"
 #include "wx/object.h"
 #include "wx/string.h"
index 90f773e79a297bf40d6cb131b7595081893c4676..a0c42e26bcd18d71d7565a3d789b52c014ca1ced 100644 (file)
@@ -13,7 +13,7 @@
 #define __LISTH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "list.h"
 #endif
 
 #include "wx/defs.h"
index b5e608b77bd83e2af3a65aecfbe2e1f6ff47d68e..5f55574c014ec6cdfba00745089bcb92f6277a55 100644 (file)
@@ -13,8 +13,8 @@
 #define   __LOGH__
 
 #ifdef    __GNUG__
-  #pragma interface
-#endif  //GNU C++
+#pragma interface "log.h"
+#endif
 
 // ----------------------------------------------------------------------------
 // constants
index 34178c67d11a08da0664666cf85ce6f271e98533..a36c0e8b862b57bf0558669c3e5153872fd26ba3 100644 (file)
 #ifndef   _MENUITEM_H
 #define   _MENUITEM_H
 
+#ifdef __GNUG__
+#pragma interface "menuitem.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
index a525fa9c29f23a2b462a8f62e586d8b5fd5924b6..71dc955261122029d69d34c4acabd932ec2d930b 100644 (file)
 #ifndef   __CHECKLST_H__
 #define   __CHECKLST_H__
 
+#ifdef __GNUG__
+#pragma interface "checklst.h"
+#endif
+
 typedef   unsigned int  uint;
 
 #if !USE_OWNER_DRAWN
index 1de5e7f75a374b478a9778013e38f5a7fc55900f..bb24c83fc08a004ae20109e2059acb8b56a2cb69 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma interface "pnghand.h"
+#endif
+
 class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler
 {
   DECLARE_DYNAMIC_CLASS(wxPNGFileHandler)
index 387456ff1e4de1dec82919be8454486b35aae645..7277dff7f76db4159c08717071278cfaae80c28d 100644 (file)
 #ifndef   _REGCONF_H
 #define   _REGCONF_H
 
+#ifdef __GNUG__
+#pragma interface "regconf.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // wxRegConfig
 // ----------------------------------------------------------------------------
index d7793ca0bc9556e383491dd6d3a64b3030ed7940..754a2d67837de805c5552e31fcb9d50bb55421e4 100644 (file)
 #ifndef   _REGISTRY_H
 #define   _REGISTRY_H
 
+#ifdef __GNUG__
+#pragma interface "registry.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // mutable hack (see also registry.cpp)
 // ----------------------------------------------------------------------------
index 51006b6b85dabb5b4c4cc739063aa7ca0eec7259..7bc28a7fe181f250627ff999a213269bf55f73bd 100644 (file)
 #ifndef   _STATBR95_H
 #define   _STATBR95_H
 
+#ifdef __GNUG__
+#pragma interface "statbr95.h"
+#endif
+
 #if       USE_NATIVE_STATUSBAR
 
 class WXDLLEXPORT wxStatusBar95 : public wxStatusBar
index 1a787a3f71f19d8e0f76073259567f5ef914ea84..ea3b030deb8e077ba5ab03b1e2b1455ec4a160c5 100644 (file)
@@ -13,7 +13,7 @@
 #define __OBJECTH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "object.h"
 #endif
 
 #include "wx/defs.h"
index 0f6756adcca9bf2382fa908d2e617010a0e3cb95..934e46270b606180155b554ce3132b916f9f7388 100644 (file)
 
 #if USE_ODBC
 
+#ifdef __GNUG__
+#pragma interface "odbc.h"
+#endif
+
 #ifndef __ODBCH__
 #define __ODBCH__
 
index 293a5145eab47597328821cfae7c06d796e0b2ab..4bc13e4e6e73066d24c6c6b5a3d3d0ff707ec5a5 100644 (file)
 #ifndef   _OWNERDRW_H
 #define   _OWNERDRW_H
 
+#ifdef    __GNUG__
+#pragma interface "ownerdrw.h"
+#endif
+
 typedef   wxColour      wxColor;
 typedef   unsigned int  uint;
 
index 9e1df3b8c00aec976cec14e85b8804bc876b689e..b713fbc614419ab0d8d6c751d6ba9b05742657d2 100644 (file)
@@ -13,7 +13,7 @@
 #define __PRNTBASEH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "prntbase.h"
 #endif
 
 #include "wx/defs.h"
index cd5cf5471bf25d757bf7753c33225626f951b4c7..96ce4e5fb95f45e4b80485500c47058b663a9998 100644 (file)
@@ -13,7 +13,7 @@
 #define __PROCESSH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "process.h"
 #endif
 
 #include "wx/defs.h"
index 0f331da3a0e4019eac7961e47e75170f7a41d3fc..62a5730f58bf8448c5cadd493dde66ff61ff137d 100644 (file)
@@ -13,7 +13,7 @@
 #define __WXSTRINGH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "string.h"
 #endif
 
 /* Dependencies (should be included before this header):