projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Finished review of the first 1,000 lines of grid.h interface header.
[wxWidgets.git]
/
src
/
msw
/
settings.cpp
diff --git
a/src/msw/settings.cpp
b/src/msw/settings.cpp
index 280c8dd87c0ce9647c1df580229ff7654b4fd735..476873b4af9ef8cf45a4ece9d83a85041c7198a3 100644
(file)
--- a/
src/msw/settings.cpp
+++ b/
src/msw/settings.cpp
@@
-377,7
+377,13
@@
static const int gs_metricsMap[] =
#else
-1,
#endif
+ // SM_SWAPBUTTON is not available under CE and it doesn't make sense to ask
+ // for it there
+#ifdef SM_SWAPBUTTON
SM_SWAPBUTTON,
+#else
+ -1,
+#endif
-1 // wxSYS_DCLICK_MSEC - not available as system metric
};