projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WM_MOUSEMOVE correction
[wxWidgets.git]
/
src
/
msw
/
colordlg.cpp
diff --git
a/src/msw/colordlg.cpp
b/src/msw/colordlg.cpp
index 78a01e7dde036d1e6e0c0d903f85df44d70b1ab2..c79f438df923900f3c143e530d7a0fb4e569078b 100644
(file)
--- a/
src/msw/colordlg.cpp
+++ b/
src/msw/colordlg.cpp
@@
-36,7
+36,7
@@
#include <windows.h>
-#if !defined(__WIN32__) || defined(__SALFORDC__)
+#if !defined(__WIN32__) || defined(__SALFORDC__)
|| defined(__WXWINE__)
#include <commdlg.h>
#endif