+// this option is always enabled (there doesn't seem to be any good reason to
+// disable it) for desktop Windows versions but Windows CE dialogs are usually
+// not resizeable and never show resize gripper anyhow so don't use it there
+#ifdef __WXWINCE__
+ #define wxUSE_DIALOG_SIZEGRIP 0
+#else
+ #define wxUSE_DIALOG_SIZEGRIP 1
+#endif
+