]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
added wx/object.h include (bug 1398517)
[wxWidgets.git] / include / wx / msw / control.h
index 40d2c53959c33c0b87f2208ab39226cc4158b142..16c74194226abd43dc732ebfe11567d25b967c57 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        control.h
+// Name:        wx/msw/control.h
 // Purpose:     wxControl class
 // Author:      Julian Smart
 // Modified by:
@@ -56,9 +56,7 @@ public:
     bool ProcessCommand(wxCommandEvent& event);
 
     // MSW-specific
-#ifdef __WIN95__
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
-#endif // Win95
 
     // For ownerdraw items
     virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *WXUNUSED(item)) { return false; };