X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e871ad03970d65f7bb29d6eea13263bdfdf2299..e3c55eb333d273693ed2aea23da909b33e9e5484:/include/wx/msw/chkconf.h diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index 31ded4713b..5bcee9d01c 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -134,6 +134,14 @@ #endif #endif +/* Disable controls for pointing devices */ +#if defined(__SMARTPHONE__) + #undef wxUSE_NOTEBOOK + #undef wxUSE_LISTBOOK + #define wxUSE_NOTEBOOK 0 + #define wxUSE_LISTBOOK 0 +#endif + #endif /* _WX_MSW_CHKCONF_H_ */