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
/
notebook.cpp
diff --git
a/src/msw/notebook.cpp
b/src/msw/notebook.cpp
index 952ad27333a0bd584ebffe6dd45141774aad5e0b..ff201a3ec900125ddcd888cd6acc48d77ac39f81 100644
(file)
--- a/
src/msw/notebook.cpp
+++ b/
src/msw/notebook.cpp
@@
-46,7
+46,7
@@
#endif
#endif
-#if defined(__WIN95__) && !(
defined(__GNUWIN32_OLD__) || defined(__TWIN32
__))
+#if defined(__WIN95__) && !(
(defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10
__))
#include <commctrl.h>
#endif