From 9600e530355b86d9115a3bf0d4c853983c04ec5f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 10 Mar 2005 19:37:21 +0000 Subject: [PATCH] disable drag and drop git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/setup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index fc65136f96..7407cc9b83 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1070,6 +1070,9 @@ #undef wxUSE_DIALUP_MANAGER #define wxUSE_DIALUP_MANAGER 0 +#undef wxUSE_DRAG_AND_DROP +#define wxUSE_DRAG_AND_DROP 0 + #undef wxUSE_DYNAMIC_LOADER #define wxUSE_DYNAMIC_LOADER 0 -- 2.45.2