projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
force wxUSE_IOSTREAMH to 0 with VC 7.1
[wxWidgets.git]
/
include
/
wx
/
msw
/
spinbutt.h
diff --git
a/include/wx/msw/spinbutt.h
b/include/wx/msw/spinbutt.h
index efccd153a3b89ee62147ddebe40cd90158665ca1..295ea3867daee2e43af908e926936491dc3d2a9d 100644
(file)
--- a/
include/wx/msw/spinbutt.h
+++ b/
include/wx/msw/spinbutt.h
@@
-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_