From 2aabdb988d48f5c1cbc155f14ccb96257e83d670 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:44:33 +0000 Subject: [PATCH] 2004/01/14 09:46:41 darcs-hash:20040130074433-2ba56-a30756dfadb74a760fadbf1092a6c0a4fe7f4062.gz --- src/org/xwt/plat/GCJ.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/xwt/plat/GCJ.cc b/src/org/xwt/plat/GCJ.cc index b140c60..74589e4 100644 --- a/src/org/xwt/plat/GCJ.cc +++ b/src/org/xwt/plat/GCJ.cc @@ -23,7 +23,9 @@ extern "C" { #include #include +#ifndef TRUE #define TRUE 1 +#endif using org::xwt::util::Log; #define TRUE 1 -- 1.7.10.4