]> git.saurik.com Git - wxWidgets.git/commitdiff
correct Borland #pragma hdrstop position
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Jun 2009 20:54:03 +0000 (20:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Jun 2009 20:54:03 +0000 (20:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

12 files changed:
samples/config/conftest.cpp
src/common/animatecmn.cpp
src/common/base64.cpp
src/common/fldlgcmn.cpp
src/common/listctrlcmn.cpp
src/common/selectdispatcher.cpp
src/common/socketiohandler.cpp
src/generic/collpaneg.cpp
src/generic/statbmpg.cpp
src/html/htmlfilter.cpp
src/html/search.cpp
src/msw/graphics.cpp

index 5f8fb436a6641b134eb2d5f205b10638f6c02ac8..c829260882376fe00c6f64073813de8e169a4f99 100644 (file)
 // ----------------------------------------------------------------------------
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #ifndef  WX_PRECOMP
   #include "wx/wx.h"
 #endif //precompiled headers
index 4ba1483bac0a2848e43c9c5c996bd213687e5d32..2bee8939707f87a5b51c96ff5d560958b674ce13 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_ANIMATIONCTRL
 
 #include "wx/animate.h"
index 54b0cc752f424611ba1e4d8c01b346d93d42f7a9..8ac4ebcadf9e94b84f4db10be61d98dcf9534301 100644 (file)
@@ -9,6 +9,10 @@
 
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_BASE64
 
 #include "wx/base64.h"
index e57a244cb39f9927ae4257a08b4bd8e595c237e8..487d426bc90e10e846cf67926d3da21db0262c4d 100644 (file)
@@ -9,13 +9,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_FILEDLG
 
 #include "wx/filedlg.h"
index 6eaed4cbe03cfef79436aa672b252d2910d523be..2fc20b78710ec805417b3c13dc70eb66cd8e9bb2 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_LISTCTRL
 
 #include "wx/listctrl.h"
index 1365319347931940c1a4d09348e9d957cdf678b3..1d3a1d600a6363bf021439acdaf9b9aadc623cd1 100644 (file)
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_SELECT_DISPATCHER
 
 #include "wx/private/selectdispatcher.h"
index 080532be0f8cb2191c12eff39dc1603f892a965e..3b1504a3291ffe3be6ee68e58a63d8d335148db9 100644 (file)
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_SOCKETS && wxUSE_SELECT_DISPATCHER
 
 #include "wx/apptrait.h"
index f4e34aae5b988576de5884b780005bdb4f49f2a2..176a597b85a19c0803f687b35389d78521f48d41 100644 (file)
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/defs.h"
 
 #if wxUSE_COLLPANE && wxUSE_BUTTON && wxUSE_STATLINE
index da1ad895cfe3f07344cb996437f93b0b950b0711..9927e10606e9d3dc73cbeff15a29bf708a0ce955 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        src/generic/statbmp.cpp
+// Name:        src/generic/statbmpg.cpp
 // Purpose:     wxGenericStaticBitmap
 // Author:      Marcin Wojdyr, Stefan Csomor
 // Created:     2008-06-16
index 57508b1069a7386b9ec61df99769aeed5556c288..218ba79030d7068b43ac0e90ff1581265ec0246f 100644 (file)
 
 #include "wx/wxprec.h"
 
-#if wxUSE_HTML
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
+#ifdef __BORLANDC__
+    #pragma hdrstop
 #endif
 
+#if wxUSE_HTML
+
 #ifndef WXPRECOMP
 #endif
 
index 85a59a2b2efefb5740c948d0bc17e6dfe04b9399..5d30b4822719bf4c9849b08ae8ddb8cec3ff7efe 100644 (file)
 
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/defs.h"
 #if wxUSE_HTML
 
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
-
 #ifndef WXPRECOMP
 #endif
 
index c60609ce1ea83910e8f5a4f3d69840a3dc082961..93ee67ba1959a845488bc0537f3948743e43d99a 100644 (file)
 
 #include "wx/wxprec.h"
 
-#include "wx/dc.h"
-
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#include "wx/dc.h"
+
 #if wxUSE_GRAPHICS_CONTEXT
 
 #ifndef WX_PRECOMP