]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/settings.cpp
added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that prevents the sizer from changing...
[wxWidgets.git] / src / msw / settings.cpp
index 7601841a0cdb201b8eea523e44177c664f87c9a1..476873b4af9ef8cf45a4ece9d83a85041c7198a3 100644 (file)
@@ -377,6 +377,8 @@ 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