From 26ce51716abc67acb52fa53c6e621f9dfeef683f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 22 Mar 2005 08:15:28 +0000 Subject: [PATCH] wxUSE_COMMON_DIALOGS must be 0 for eVC++ 3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/setup.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 6559ce836c..4f8e10fc80 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1125,6 +1125,10 @@ #undef wxUSE_TOOLTIPS #define wxUSE_TOOLTIPS 0 +// Don't use commdlg.h +#undef wxUSE_COMMON_DIALOGS +#define wxUSE_COMMON_DIALOGS 0 + // ---------------------------------------------------------------------------- // MSW settings not supported by CE // ---------------------------------------------------------------------------- -- 2.45.2