From 01e6aa1e2b6f7c1c7ba92d7362e8cbb16093c7c3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Sep 2007 16:56:06 +0000 Subject: [PATCH] define wxUSE_GADGETS as 0 as it's not defined in configure and results in warnings during wxMotif build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/chkconf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/motif/chkconf.h b/include/wx/motif/chkconf.h index 4238e36874..aebce7c088 100644 --- a/include/wx/motif/chkconf.h +++ b/include/wx/motif/chkconf.h @@ -16,3 +16,6 @@ # define wxUSE_TAB_DIALOG 1 #endif +#if !defined(wxUSE_GADGETS) +# define wxUSE_GADGETS 0 +#endif -- 2.45.2