reverted Julians changes to the pragmas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-04 18:07:15 +00:00
parent 196cc38b26
commit a3870b2ff5
45 changed files with 48 additions and 48 deletions

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "bmpbuttn.h"
#pragma implementation "univbmpbuttn.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "button.h"
#pragma implementation "univbutton.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "checkbox.h"
#pragma implementation "univcheckbox.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "checklst.h"
#pragma implementation "univchecklst.h"
#endif
#include "wx/wxprec.h"

View File

@@ -28,7 +28,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "combobox.h"
#pragma implementation "univcombobox.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "framuniv.h"
#pragma implementation "univframe.h"
#endif
// For compilers that support precompilation, includes "wx.h".

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "gauge.h"
#pragma implementation "gaugeuniv.h"
#endif
// For compilers that support precompilation, includes "wx.h".

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "listbox.h"
#pragma implementation "univlistbox.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,8 +18,8 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "menuitem.h"
#pragma implementation "menu.h"
#pragma implementation "univmenuitem.h"
#pragma implementation "univmenu.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "notebook.h"
#pragma implementation "univnotebook.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "radiobox.h"
#pragma implementation "univradiobox.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "radiobut.h"
#pragma implementation "univradiobut.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "scrarrow.h"
#pragma implementation "univscrarrow.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "scrolbar.h"
#pragma implementation "univscrolbar.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "scrthumb.h"
#pragma implementation "univscrthumb.h"
#endif
#include "wx/wxprec.h"

View File

@@ -43,7 +43,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "slider.h"
#pragma implementation "univslider.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,8 +18,8 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
// #pragma implementation "butbase.h"
#pragma implementation "spinbutt.h"
#pragma implementation "spinbutbase.h"
#pragma implementation "univspinbutt.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "statbmp.h"
#pragma implementation "univstatbmp.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "statbox.h"
#pragma implementation "univstatbox.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "statline.h"
#pragma implementation "univstatline.h"
#endif
#include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "stattext.h"
#pragma implementation "univstattext.h"
#endif
#include "wx/wxprec.h"

View File

@@ -118,7 +118,7 @@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "textctrl.h"
#pragma implementation "univtextctrl.h"
#endif
#include "wx/wxprec.h"