From f1a4ca62a915b4a7dbc1d8b76c4b1ccfd674a839 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 25 May 2006 13:57:04 +0000 Subject: [PATCH] __WXHANDHELD__ introduction. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.45.2