projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed infinite loop when looking up nonexistent encoding in registry
[wxWidgets.git]
/
src
/
msw
/
spinbutt.cpp
diff --git
a/src/msw/spinbutt.cpp
b/src/msw/spinbutt.cpp
index 81734c8ee739bf4efbbfae269f9234cc80c56c9b..215abe2427ff117efdb10928f07f54a729de9713 100644
(file)
--- a/
src/msw/spinbutt.cpp
+++ b/
src/msw/spinbutt.cpp
@@
-46,7
+46,7
@@
IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
#include "wx/msw/private.h"
-#if defined(__WIN95__) && !(
defined(__GNUWIN32_OLD__) || defined(__TWIN32
__))
+#if defined(__WIN95__) && !(
(defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10
__))
#include <commctrl.h>
#endif