From: Włodzimierz Skiba <abx@abx.art.pl> Date: Thu, 25 May 2006 13:57:04 +0000 (+0000) Subject: __WXHANDHELD__ introduction. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f1a4ca62a915b4a7dbc1d8b76c4b1ccfd674a839 __WXHANDHELD__ introduction. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/platform.h b/include/wx/platform.h index 8d82a9ef3a..324a77e876 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -175,6 +175,10 @@ # endif #endif +#if defined(__POCKETPC__) || defined(__SMARTPHONE__) || defined(__WXGPE__) +# define __WXHANDHELD__ +#endif + /* Include wx/setup.h for the Unix platform defines generated by configure and the library compilation options