From 7af716f924ac6d53ac77f5bac4cc830a138ba906 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 11 Oct 2000 20:39:24 +0000 Subject: [PATCH] #undef Bool for enable-final, reported by Thomas Leitner svn path=/trunk/kdebase/kwin/; revision=67246 --- clients/riscos/Static.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clients/riscos/Static.cpp b/clients/riscos/Static.cpp index 676cbf5f04..a69beafcc3 100644 --- a/clients/riscos/Static.cpp +++ b/clients/riscos/Static.cpp @@ -20,6 +20,11 @@ Boston, MA 02111-1307, USA. */ +// for enable-final +#ifdef Bool +#undef Bool +#endif + #include #include #include