pragma and prec-header patch applied

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-01-27 21:05:47 +00:00
parent c3816108b4
commit 3d1a4878f3
73 changed files with 160 additions and 120 deletions

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "combobox.h" #pragma implementation "combobox.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/combobox.h" #include "wx/combobox.h"
#include "wx/button.h" #include "wx/button.h"
#include "wx/menu.h" #include "wx/menu.h"

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "combobox.h" #pragma implementation "combobox.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/combobox.h" #include "wx/combobox.h"
#include "wx/button.h" #include "wx/button.h"
#include "wx/menu.h" #include "wx/menu.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "control.h" #pragma implementation "control.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/control.h" #include "wx/control.h"
#include "wx/panel.h" #include "wx/panel.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "cursor.h" #pragma implementation "cursor.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/cursor.h" #include "wx/cursor.h"

View File

@@ -9,6 +9,8 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#include "wx/event.h" #include "wx/event.h"
#if wxUSE_SHARED_LIBRARY #if wxUSE_SHARED_LIBRARY

View File

@@ -17,7 +17,7 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dataobj.h" #pragma implementation "dataobj.h"
#endif #endif
@@ -27,7 +27,6 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/intl.h" #include "wx/intl.h"
#endif #endif
#include "wx/defs.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/dataobj.h" #include "wx/dataobj.h"

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dcclient.h" #pragma implementation "dcclient.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/dcclient.h" #include "wx/dcclient.h"
#include "wx/dcmemory.h" #include "wx/dcmemory.h"
#include "wx/region.h" #include "wx/region.h"

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dcmemory.h" #pragma implementation "dcmemory.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/dcmemory.h" #include "wx/dcmemory.h"
#include "wx/mac/private.h" #include "wx/mac/private.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dcprint.h" #pragma implementation "dcprint.h"
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dcscreen.h" #pragma implementation "dcscreen.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/dcscreen.h" #include "wx/dcscreen.h"
#include "wx/mac/uma.h" #include "wx/mac/uma.h"

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dialog.h" #pragma implementation "dialog.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/dialog.h" #include "wx/dialog.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/frame.h" #include "wx/frame.h"

View File

@@ -9,11 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dirdlg.h" #pragma implementation "dirdlg.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/dialog.h" #include "wx/dialog.h"
#include "wx/dirdlg.h" #include "wx/dirdlg.h"

View File

@@ -17,7 +17,7 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dir.h" #pragma implementation "dir.h"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "display.h" #pragma implementation "display.h"
#endif #endif

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dnd.h" #pragma implementation "dnd.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_DRAG_AND_DROP #if wxUSE_DRAG_AND_DROP

View File

@@ -12,11 +12,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "control.h" #pragma implementation "control.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/mac/private.h" #include "wx/mac/private.h"
#if defined( __WXMAC__ ) && TARGET_API_MAC_OSX && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 ) #if defined( __WXMAC__ ) && TARGET_API_MAC_OSX && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )

View File

@@ -9,11 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "filedlg.h" #pragma implementation "filedlg.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/dialog.h" #include "wx/dialog.h"

View File

@@ -17,7 +17,7 @@
// headers // headers
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "fontdlg.h" #pragma implementation "fontdlg.h"
#endif #endif

View File

@@ -17,7 +17,7 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "fontenum.h" #pragma implementation "fontenum.h"
#endif #endif

View File

@@ -17,7 +17,7 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "fontutil.h" #pragma implementation "fontutil.h"
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "frame.h" #pragma implementation "frame.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/frame.h" #include "wx/frame.h"
#include "wx/statusbr.h" #include "wx/statusbr.h"
#include "wx/toolbar.h" #include "wx/toolbar.h"

View File

@@ -9,14 +9,16 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "gauge.h" #pragma implementation "gauge.h"
#endif #endif
#include "wx/gauge.h" #include "wx/wxprec.h"
#if wxUSE_GAUGE #if wxUSE_GAUGE
#include "wx/gauge.h"
#if !USE_SHARED_LIBRARY #if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "gdiobj.h" #pragma implementation "gdiobj.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/gdiobj.h" #include "wx/gdiobj.h"
#if !USE_SHARED_LIBRARIES #if !USE_SHARED_LIBRARIES

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "glcanvas.h" #pragma implementation "glcanvas.h"
#endif #endif
@@ -19,8 +19,6 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#include "wx/setup.h"
#if wxUSE_GLCANVAS #if wxUSE_GLCANVAS
#ifndef WX_PRECOMP #ifndef WX_PRECOMP

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "helpxxxx.h" #pragma implementation "helpxxxx.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/stubs/helpxxxx.h" #include "wx/stubs/helpxxxx.h"
#include <string.h> #include <string.h>

View File

@@ -17,7 +17,7 @@
// headers // headers
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "hid.h" #pragma implementation "hid.h"
#endif #endif
@@ -28,11 +28,6 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#ifndef WX_PRECOMP
#include "wx/defs.h"
#endif
//DARWIN _ONLY_ //DARWIN _ONLY_
#ifdef __DARWIN__ #ifdef __DARWIN__

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "icon.h" #pragma implementation "icon.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/icon.h" #include "wx/icon.h"
#if !USE_SHARED_LIBRARIES #if !USE_SHARED_LIBRARIES

View File

@@ -9,16 +9,16 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "joystick.h" #pragma implementation "joystick.h"
#endif #endif
#include "wx/setup.h" #include "wx/wxprec.h"
#include "wx/joystick.h"
#if wxUSE_JOYSTICK #if wxUSE_JOYSTICK
#include "wx/joystick.h"
IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
// Attributes // Attributes

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "listbox.h" #pragma implementation "listbox.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/listbox.h" #include "wx/listbox.h"
#include "wx/button.h" #include "wx/button.h"

View File

@@ -7,6 +7,8 @@
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */
#include "wx/wxprec.h"
#include "wx/wx.h" #include "wx/wx.h"
#include "wx/mac/private.h" #include "wx/mac/private.h"

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "mdi.h" #pragma implementation "mdi.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/mdi.h" #include "wx/mdi.h"
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/settings.h" #include "wx/settings.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "menu.h" #pragma implementation "menu.h"
#pragma implementation "menuitem.h" #pragma implementation "menuitem.h"
#endif #endif
@@ -21,6 +21,8 @@
// wxWidgets headers // wxWidgets headers
// ----------------- // -----------------
#include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/menuitem.h" #include "wx/menuitem.h"

View File

@@ -13,6 +13,8 @@
// headers & declarations // headers & declarations
// ============================================================================ // ============================================================================
#include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/menuitem.h" #include "wx/menuitem.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "metafile.h" #pragma implementation "metafile.h"
#endif #endif
@@ -20,10 +20,6 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#ifndef WX_PRECOMP
#include "wx/setup.h"
#endif
#if wxUSE_METAFILE #if wxUSE_METAFILE
#ifndef WX_PRECOMP #ifndef WX_PRECOMP

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence (part of wxExtra library) // Licence: wxWindows licence (part of wxExtra library)
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "mimetype.h" #pragma implementation "mimetype.h"
#endif #endif
@@ -20,10 +20,6 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#ifndef WX_PRECOMP
#include "wx/defs.h"
#endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/string.h" #include "wx/string.h"
#if wxUSE_GUI #if wxUSE_GUI

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "minifram.h" #pragma implementation "minifram.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/minifram.h" #include "wx/minifram.h"
#if !USE_SHARED_LIBRARY #if !USE_SHARED_LIBRARY

View File

@@ -10,7 +10,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "thread.h" #pragma implementation "thread.h"
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "msgdlg.h" #pragma implementation "msgdlg.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/msgdlg.h" #include "wx/msgdlg.h"
#include "wx/intl.h" #include "wx/intl.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "notebook.h" #pragma implementation "notebook.h"
#endif #endif
@@ -20,6 +20,8 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/string.h" #include "wx/string.h"
#include "wx/log.h" #include "wx/log.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "palette.h" #pragma implementation "palette.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_PALETTE #if wxUSE_PALETTE

View File

@@ -9,11 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "pen.h" #pragma implementation "pen.h"
#endif #endif
#include "wx/setup.h" #include "wx/wxprec.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/pen.h" #include "wx/pen.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
# pragma implementation "pngread.h" # pragma implementation "pngread.h"
# pragma implementation "pnghand.h" # pragma implementation "pnghand.h"
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "printdlg.h" #pragma implementation "printdlg.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/object.h" #include "wx/object.h"
#include "wx/printdlg.h" #include "wx/printdlg.h"
#include "wx/mac/printdlg.h" #include "wx/mac/printdlg.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "printwin.h" #pragma implementation "printwin.h"
#endif #endif
@@ -20,8 +20,6 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#include "wx/defs.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/dc.h" #include "wx/dc.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "radioboxbase.h" #pragma implementation "radioboxbase.h"
#pragma implementation "radiobox.h" #pragma implementation "radiobox.h"
#endif #endif
@@ -18,7 +18,8 @@
// headers // headers
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/arrstr.h" #include "wx/arrstr.h"
#include "wx/radiobox.h" #include "wx/radiobox.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "radiobut.h" #pragma implementation "radiobut.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/radiobut.h" #include "wx/radiobut.h"

View File

@@ -8,10 +8,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "region.h" #pragma implementation "region.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/region.h" #include "wx/region.h"
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#include "wx/mac/uma.h" #include "wx/mac/uma.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "scrolbar.h" #pragma implementation "scrolbar.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/intl.h" #include "wx/intl.h"

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "settings.h" #pragma implementation "settings.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#include "wx/utils.h" #include "wx/utils.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "slider.h" #pragma implementation "slider.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_SLIDER #if wxUSE_SLIDER

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "sound.h" #pragma implementation "sound.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/object.h" #include "wx/object.h"
#include "wx/string.h" #include "wx/string.h"
#include "wx/log.h" #include "wx/log.h"

View File

@@ -9,12 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "spinbutt.h" #pragma implementation "spinbutt.h"
#pragma implementation "spinbuttbase.h" #pragma implementation "spinbuttbase.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_SPINBTN #if wxUSE_SPINBTN

View File

@@ -12,7 +12,7 @@
#pragma implementation "spinctrl.h" #pragma implementation "spinctrl.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_SPINCTRL #if wxUSE_SPINCTRL

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "statbmp.h" #pragma implementation "statbmp.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/statbmp.h" #include "wx/statbmp.h"
#include "wx/dcclient.h" #include "wx/dcclient.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "statbox.h" #pragma implementation "statbox.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/statbox.h" #include "wx/statbox.h"
#include "wx/mac/uma.h" #include "wx/mac/uma.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "statbrma.h" #pragma implementation "statbrma.h"
#endif #endif
@@ -17,6 +17,8 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#include "wx/wxprec.h"
#include "wx/statusbr.h" #include "wx/statusbr.h"
#include "wx/dc.h" #include "wx/dc.h"
#include "wx/dcclient.h" #include "wx/dcclient.h"

View File

@@ -16,7 +16,7 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "statline.h" #pragma implementation "statline.h"
#endif #endif

View File

@@ -16,7 +16,7 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "statline.h" #pragma implementation "statline.h"
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "stattext.h" #pragma implementation "stattext.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/stattext.h" #include "wx/stattext.h"
#include "wx/notebook.h" #include "wx/notebook.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "tabctrl.h" #pragma implementation "tabctrl.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/control.h" #include "wx/control.h"
#include "wx/tabctrl.h" #include "wx/tabctrl.h"

View File

@@ -11,8 +11,6 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/defs.h"
#ifdef wxHAS_TASK_BAR_ICON #ifdef wxHAS_TASK_BAR_ICON
#include "wx/mac/private.h" #include "wx/mac/private.h"

View File

@@ -9,11 +9,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "textctrl.h" #pragma implementation "textctrl.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_TEXTCTRL #if wxUSE_TEXTCTRL

View File

@@ -18,15 +18,15 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "button.h" #pragma implementation "button.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#include "wx/tglbtn.h"
#if wxUSE_TOGGLEBTN #if wxUSE_TOGGLEBTN
#include "wx/tglbtn.h"
#include "wx/mac/uma.h" #include "wx/mac/uma.h"
// Button // Button

View File

@@ -10,7 +10,7 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "thread.h" #pragma implementation "thread.h"
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "timer.h" #pragma implementation "timer.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/timer.h" #include "wx/timer.h"
#if !USE_SHARED_LIBRARY #if !USE_SHARED_LIBRARY

View File

@@ -9,14 +9,15 @@
// Licence: The wxWindows licence // Licence: The wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "toolbar.h" #pragma implementation "toolbar.h"
#endif #endif
#include "wx/wx.h" #include "wx/wxprec.h"
#if wxUSE_TOOLBAR #if wxUSE_TOOLBAR
#include "wx/wx.h"
#include "wx/toolbar.h" #include "wx/toolbar.h"
#include "wx/notebook.h" #include "wx/notebook.h"
#include "wx/tabctrl.h" #include "wx/tabctrl.h"

View File

@@ -7,11 +7,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "tooltip.h" #pragma implementation "tooltip.h"
#endif #endif
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_TOOLTIPS #if wxUSE_TOOLTIPS

View File

@@ -17,7 +17,7 @@
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "toplevel.h" #pragma implementation "toplevel.h"
#endif #endif

View File

@@ -9,10 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "treectrl.h" #pragma implementation "treectrl.h"
#endif #endif
#include "wx/wxprec.h"
#include "wx/stubs/textctrl.h" #include "wx/stubs/textctrl.h"
#include "wx/treebase.h" #include "wx/treebase.h"
#include "wx/stubs/treectrl.h" #include "wx/stubs/treectrl.h"

View File

@@ -9,7 +9,7 @@
// Licence: The wxWindows licence // Licence: The wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include "wx/defs.h" #include "wx/wxprec.h"
#if wxUSE_GUI #if wxUSE_GUI

View File

@@ -9,12 +9,13 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
// Note: this is done in utilscmn.cpp now. // Note: this is done in utilscmn.cpp now.
// #pragma implementation "utils.h" // #pragma implementation "utils.h"
#endif #endif
#include "wx/setup.h" #include "wx/wxprec.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/apptrait.h" #include "wx/apptrait.h"

View File

@@ -9,10 +9,6 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
//#pragma implementation
#endif
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/log.h" #include "wx/log.h"

View File

@@ -9,11 +9,12 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "window.h" #pragma implementation "window.h"
#endif #endif
#include "wx/setup.h" #include "wx/wxprec.h"
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/window.h" #include "wx/window.h"
#include "wx/dc.h" #include "wx/dc.h"