pragma and prec-header patch applied

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-01-27 11:00:32 +00:00
parent 7bca6cefea
commit a8e9860d9f
11 changed files with 29 additions and 19 deletions

View File

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

View File

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

View File

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

View File

@@ -9,11 +9,12 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "brush.h"
#endif
#include "wx/setup.h"
#include "wx/wxprec.h"
#include "wx/utils.h"
#include "wx/brush.h"
@@ -226,4 +227,4 @@ wxBitmap *wxBrush::GetStipple() const
wxMacBrushKind wxBrush::MacGetBrushKind() const
{
return (M_BRUSHDATA ? M_BRUSHDATA->m_macBrushKind : kwxMacBrushColour);
}
}

View File

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

View File

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

View File

@@ -13,11 +13,11 @@
// headers & declarations
// ============================================================================
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "checklst.h"
#endif
#include "wx/defs.h"
#include "wx/wxprec.h"
#if wxUSE_CHECKLISTBOX

View File

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

View File

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

View File

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

View File

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