]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/penwin.cpp
Expose the Apple menu so it can be setup manually.
[wxWidgets.git] / src / msw / penwin.cpp
index e75a2d701e1724662ecf4caeb150289646e5dbb7..399e8c00468c630868203891f89f8dedb73f3d56 100644 (file)
@@ -1,10 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
-// 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
 /////////////////////////////////////////////////////////////////////////////
@@ -17,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"
@@ -113,4 +111,3 @@ void wxCleanUpPenWin(void)
   }
 #endif
 }
-