]> git.saurik.com Git - wxWidgets.git/commitdiff
no message
authorUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 17:16:58 +0000 (17:16 +0000)
committerUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 17:16:58 +0000 (17:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 files changed:
src/msw/app.cpp
src/msw/checklst.cpp
src/msw/clipbrd.cpp
src/msw/data.cpp
src/msw/dcclient.cpp
src/msw/dcmemory.cpp
src/msw/dcprint.cpp
src/msw/font.cpp
src/msw/iniconf.cpp
src/msw/joystick.cpp
src/msw/main.cpp
src/msw/menu.cpp
src/msw/menuitem.cpp
src/msw/notebook.cpp
src/msw/ownerdrw.cpp
src/msw/penwin.cpp
src/msw/printdlg.cpp
src/msw/regconf.cpp
src/msw/region.cpp
src/msw/registry.cpp
src/msw/statbr95.cpp
src/msw/thread.cpp
src/msw/timer.cpp
src/msw/utils.cpp

index f239202b9e5a5e4a71b9d174e0bbf9dc35567422..7d5b43fe2c32d8047020120278d35d753c8492f5 100644 (file)
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-  #pragma implementation "app.h"
+#pragma implementation "app.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #if defined(__BORLANDC__)
-  #pragma hdrstop
+#pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
index d42b33424da5d16c5c02eb7643dd88bc99e1ff01..05b5b86c06f8b4a7c5f253eebe4de1fe4330f622 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
-// ============================================================================
-// headers & declarations
-// ============================================================================
-
 #ifdef __GNUG__
 #pragma implementation "checklst.h"
 #endif
index 5701f61ff80b7b5bedfd0d16795308c9cff8218f..f2cc312f8df4eb116f0e32e047e487512edf6523 100644 (file)
@@ -10,7 +10,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
 #pragma implementation "clipbrd.h"
 #endif
 
index f0aba88f2b3e6354573acd13110f177f473c1f42..a5df2d6ecc9b2bc956f1c847fb966eb3e0fe14ef 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "data.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
index b813a115be7f6f17e48787341974c1b12ab8ba1b..a7becdbf5cf7b670158dd69bde1aefee0a54e361 100644 (file)
 #pragma implementation "dcclient.h"
 #endif
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma implementation "dcclient.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 243861faccdde23dcc5285dce3dbb6b02ffd209a..b0e6a77f18ed07f5d52458247172d39d283098a7 100644 (file)
@@ -10,7 +10,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
 #pragma implementation "dcmemory.h"
 #endif
 
index dd2a5488130dbbb84c9941629446ff0df56dc6d2..3dc7c60567f60187ea8ca2e6f7d5c6e088d0cb47 100644 (file)
@@ -10,7 +10,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
 #pragma implementation "dcprint.h"
 #endif
 
index da43d01faccd2fc78d1f56b096a585b5de7e36fe..1ef70b48b4fe2da5961b0dba7c818bf006e27493 100644 (file)
@@ -30,7 +30,7 @@
 #endif
 
 #include "wx/msw/private.h"
-#include "assert.h"
+#include <assert.h>
 
 #if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
index d3035015971b31c8bbbb4856ea4f50ddb7e64fc4..2076a1f3d88400e09fb33752b2a808aeb21b81c6 100644 (file)
@@ -9,18 +9,16 @@
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
-// ============================================================================
-// declarations
-// ============================================================================
+#ifdef __GNUG__
+#pragma implementation "iniconf.h"
+#endif
 
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-#include  "wx/wxprec.h"
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
 
-#ifdef    __BORLANDC__
-  #pragma hdrstop
-#endif  //__BORLANDC__
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
 
 #ifndef   WX_PRECOMP
   #include  <wx/string.h>
index 7911b1338f77bd18b10295afaa3c43d917614ea1..de7d50f4b1144b571f99d92374614ce781e8f341 100644 (file)
@@ -16,7 +16,7 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#if defined(__BORLANDC__)
+#ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
index 1cab1f628e3d828f9251a04e49e51a727bcbc18f..044388d1af91b2a65e736ab1db052dcb1cdbdfa1 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 73540e9d8305b80fcd3c2ce91e316f58e02fca47..b46c88c3ed1bdfc000f74fe4567f67c110b8345e 100644 (file)
@@ -9,21 +9,8 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
-// wxWindows headers
-// -----------------
-
 #ifdef __GNUG__
-  #pragma implementation "menu.h"
-  #pragma implementation "menuitem.h"
+#pragma implementation "menu.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
index f7822a730f66148b9ed004bfb9e26bb9eefc46f0..293ae516088fec8460ac2d35c8a34cabe035ab2b 100644 (file)
@@ -9,9 +9,9 @@
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
-// ============================================================================
-// headers & declarations
-// ============================================================================
+#ifdef __GNUG__
+#pragma implementation "menuitem.h"
+#endif
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
index 7800cc398f5e6c17e1ef2dffb17f78cfd3146071..742d04e8b9b9fe50583e736e5aad89fe03f2a5f9 100644 (file)
@@ -9,22 +9,15 @@
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
 #ifdef __GNUG__
-  #pragma implementation "notebook.h"
+#pragma implementation "notebook.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-  #pragma hdrstop
+#pragma hdrstop
 #endif
 
 // wxWindows
index a1dd82145f2a79bf695fe6ac9425cd005a6cdba7..3f1358dcb6d9740cb23ce35259c512a4d6808bf7 100644 (file)
@@ -9,15 +9,15 @@
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
-// ============================================================================
-// headers & declarations
-// ============================================================================
+#ifdef __GNUG__
+#pragma implementation
+#endif
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-  #pragma hdrstop
+#pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
index 7a530ac6432470b4c529762f621cb7893c8191a5..340c175dc83cff7669d8a1adb4d1c6b01206993f 100644 (file)
@@ -16,7 +16,7 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#if defined(__BORLANDC__)
+#ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
index 8639e41fbb217813582a1488b34bfa365f18191e..c48762e3c27fecb25456f858d195faec4e1c94a6 100644 (file)
@@ -16,7 +16,7 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#if defined(__BORLANDC__)
+#ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
index 6e6d1da8d3220d06ffc1aa7443f3eb8fc4fcc829..5fec4bd4be88cf5bf84f92639be046f798e25e7e 100644 (file)
 #pragma implementation "regconf.h"
 #endif
 
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
 
-#ifdef __GNUG__
-  #pragma implementation "regconf.h"
+#ifdef __BORLANDC__
+#pragma hdrstop
 #endif
 
-#include  "wx/wxprec.h"
-
-#ifdef    __BORLANDC__
-  #pragma hdrstop
-#endif  //__BORLANDC__
-
 #ifndef WX_PRECOMP
   #include  <wx/string.h>
 #endif //WX_PRECOMP
index dc55e46bffaf166fa7b3ce2634aa1976b5cb71a3..5e7fae2b07a407faf42d305b044b63c6671dfa40 100644 (file)
@@ -1,7 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
-// File:      region.cpp
+// Name:        msw/region.cpp
 // Purpose:   Region handling for wxWindows/X11
 // Author:    Markus Holzem
+// Modified by:
 // Created:   Fri Oct 24 10:46:34 MET 1997
 // RCS-ID:       $Id$
 // Copyright: (c) 1997 Julian Smart and Markus Holzem
@@ -12,6 +13,7 @@
 #pragma implementation "region.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
index 6269c4de4aadf93fd75f68b29dc75a57d7787ca6..114169fad1c7e3510322235e81a9da0f1e7b26a8 100644 (file)
 #pragma implementation "registry.h"
 #endif
 
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
 // for compilers that support precompilation, includes "wx.h".
 #include  "wx/wxprec.h"
 
index 477716f8236c40938bacdb9dddbf91a54f33422b..4965c95ff2d1cd03e207817208546a43415a6b80 100644 (file)
 #pragma implementation "statbr95.h"
 #endif
 
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 4cd91e87c04e9876bfc5a3d64a274552fff41117..f133213341bd9e3a445bb77bbcc6d36eb1ea6056 100644 (file)
@@ -13,6 +13,7 @@
 #pragma implementation "thread.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #if defined(__BORLANDC__)
index 844e0b1f56f787dd6658bd8354ec4a9682ede794..5a6e1cf939697f3d726d7efb90b8e0fff654fa50 100644 (file)
@@ -9,14 +9,6 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
 #ifdef __GNUG__
     #pragma implementation "timer.h"
 #endif
index 6b2ec26550cfe449111c992b139978fd56b88075..447b3be632aa552b86e5e901bf07d5a710e6c25a 100644 (file)
@@ -10,9 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-// Note: this is done in utilscmn.cpp now.
-// #pragma implementation
-// #pragma implementation "utils.h"
+// #pragma implementation "utils.h"   // Note: this is done in utilscmn.cpp now.
 #endif
 
 // For compilers that support precompilation, includes "wx.h".