From 81a3763f803b0d0799b3b1aba73fbb32aa65f9e5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 4 Oct 2005 17:17:09 +0000 Subject: [PATCH] don't compile this file at all in Motif2 build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/xmcombo/xmcombo.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/motif/xmcombo/xmcombo.c b/src/motif/xmcombo/xmcombo.c index 65223e4b11..21127c25a6 100644 --- a/src/motif/xmcombo/xmcombo.c +++ b/src/motif/xmcombo/xmcombo.c @@ -91,6 +91,11 @@ * Cambridge, MA 02139, USA. * */ +/* get XmVersion definition */ +#include + +#if (XmVersion < 2000) + #ifdef __VMS #include #undef XtDisplay @@ -119,8 +124,6 @@ #include #include -#if (XmVersion < 2000) - #include #include /* define toupper */ #include "combop.h" -- 2.45.2