correct Borland #pragma hdrstop position

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-06-01 20:54:03 +00:00
parent e6bfb8a131
commit b4715d08bf
12 changed files with 45 additions and 16 deletions

View File

@@ -18,6 +18,10 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/wx.h" #include "wx/wx.h"
#endif //precompiled headers #endif //precompiled headers

View File

@@ -17,6 +17,10 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_ANIMATIONCTRL #if wxUSE_ANIMATIONCTRL
#include "wx/animate.h" #include "wx/animate.h"

View File

@@ -9,6 +9,10 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_BASE64 #if wxUSE_BASE64
#include "wx/base64.h" #include "wx/base64.h"

View File

@@ -9,13 +9,13 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __BORLANDC__
#pragma hdrstop
#endif
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_FILEDLG #if wxUSE_FILEDLG
#include "wx/filedlg.h" #include "wx/filedlg.h"

View File

@@ -19,6 +19,10 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_LISTCTRL #if wxUSE_LISTCTRL
#include "wx/listctrl.h" #include "wx/listctrl.h"

View File

@@ -19,6 +19,10 @@
// for compilers that support precompilation, includes "wx.h". // for compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_SELECT_DISPATCHER #if wxUSE_SELECT_DISPATCHER
#include "wx/private/selectdispatcher.h" #include "wx/private/selectdispatcher.h"

View File

@@ -20,6 +20,10 @@
// for compilers that support precompilation, includes "wx.h". // for compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_SOCKETS && wxUSE_SELECT_DISPATCHER #if wxUSE_SOCKETS && wxUSE_SELECT_DISPATCHER
#include "wx/apptrait.h" #include "wx/apptrait.h"

View File

@@ -16,6 +16,11 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "wx/defs.h" #include "wx/defs.h"
#if wxUSE_COLLPANE && wxUSE_BUTTON && wxUSE_STATLINE #if wxUSE_COLLPANE && wxUSE_BUTTON && wxUSE_STATLINE

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Name: src/generic/statbmp.cpp // Name: src/generic/statbmpg.cpp
// Purpose: wxGenericStaticBitmap // Purpose: wxGenericStaticBitmap
// Author: Marcin Wojdyr, Stefan Csomor // Author: Marcin Wojdyr, Stefan Csomor
// Created: 2008-06-16 // Created: 2008-06-16

View File

@@ -13,12 +13,12 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#if wxUSE_HTML #ifdef __BORLANDC__
#pragma hdrstop
#ifdef __BORDLANDC__
#pragma hdrstop
#endif #endif
#if wxUSE_HTML
#ifndef WXPRECOMP #ifndef WXPRECOMP
#endif #endif

View File

@@ -15,13 +15,13 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "wx/defs.h" #include "wx/defs.h"
#if wxUSE_HTML #if wxUSE_HTML
#ifdef __BORDLANDC__
#pragma hdrstop
#endif
#ifndef WXPRECOMP #ifndef WXPRECOMP
#endif #endif

View File

@@ -11,12 +11,12 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/dc.h"
#ifdef __BORLANDC__ #ifdef __BORLANDC__
#pragma hdrstop #pragma hdrstop
#endif #endif
#include "wx/dc.h"
#if wxUSE_GRAPHICS_CONTEXT #if wxUSE_GRAPHICS_CONTEXT
#ifndef WX_PRECOMP #ifndef WX_PRECOMP