]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcbase.cpp
why cvs thinks that I modified these files?
[wxWidgets.git] / src / common / dcbase.cpp
index 3ad130904a4b1633091f0da6955d786e49d8040f..7eab6ec0267259d2a656b0d478a4e530609de590 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     05/25/99
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) wxWindows team
+// Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
-#include "wx/defs.h"
+   #include "wx/window.h"
+#endif
+
+#ifdef __WXMSW__
+   #include "wx/msw/private.h"
 #endif
 
 #include "wx/dc.h"