]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinbutt.h
removed wxFunction
[wxWidgets.git] / include / wx / msw / spinbutt.h
index efccd153a3b89ee62147ddebe40cd90158665ca1..295ea3867daee2e43af908e926936491dc3d2a9d 100644 (file)
@@ -19,8 +19,6 @@
 #include "wx/control.h"
 #include "wx/event.h"
 
-#if defined(__WIN95__)
-
 class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase
 {
 public:
@@ -68,7 +66,5 @@ private:
     DECLARE_DYNAMIC_CLASS(wxSpinButton)
 };
 
-#endif
-    // __WIN95__
 #endif
     // _WX_SPINBUTT_H_