]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinbutt.cpp
Clean up memory if have to exit early
[wxWidgets.git] / src / msw / spinbutt.cpp
index 59f3dd5bf898fd761f059062d4798e5e43e52ad3..662a102242e0aba38f1c59c97534b754ffd0ae35 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        spinbutt.cpp
+// Name:        msw/spinbutt.cpp
 // Purpose:     wxSpinButton
 // Author:      Julian Smart
 // Modified by:
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/wx.h"
+#include "wx/app.h"
 #endif
 
-// Can't resolve reference to CreateUpDownControl in
-// TWIN32, but could probably use normal CreateWindow instead.
-
 #if wxUSE_SPINBTN
 
 #include "wx/spinbutt.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
+// Can't resolve reference to CreateUpDownControl in
+// TWIN32, but could probably use normal CreateWindow instead.
 #if defined(__WIN95__) && !defined(__TWIN32__)
 
 #include "wx/msw/private.h"