]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/penwin.cpp
Set missing Language: headers in PO files.
[wxWidgets.git] / src / msw / penwin.cpp
index ec3a6fccbb28c8fc66bbed2ad6882b385339d10f..399e8c00468c630868203891f89f8dedb73f3d56 100644 (file)
@@ -1,18 +1,13 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        penwin.cpp
+// Name:        src/msw/penwin.cpp
 // Purpose:     PenWindows code
 // Author:      Julian Smart
 // Modified by:
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -21,8 +16,7 @@
 #endif
 
 #ifndef WX_PRECOMP
-#include "wx/setup.h"
-#include "wx/window.h"
+    #include "wx/window.h"
 #endif
 
 #include "wx/msw/private.h"
@@ -117,4 +111,3 @@ void wxCleanUpPenWin(void)
   }
 #endif
 }
-