From bbee7605303df7483b97846fa20d3568aa8e84fa Mon Sep 17 00:00:00 2001 From: "pavlov@pavlov.net" Date: Wed, 18 Jul 2007 17:13:14 -0700 Subject: [PATCH] export thebes symbols from libxul. bug 388663. r=vlad --- gfx/thebes/public/gfxTypes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gfx/thebes/public/gfxTypes.h b/gfx/thebes/public/gfxTypes.h index 0dc0a322248..cdf99d1f373 100644 --- a/gfx/thebes/public/gfxTypes.h +++ b/gfx/thebes/public/gfxTypes.h @@ -46,9 +46,7 @@ */ typedef double gfxFloat; -#if defined(MOZ_ENABLE_LIBXUL) || defined(MOZ_STATIC_BUILD) -# define THEBES_API -#elif defined(IMPL_THEBES) +#if defined(IMPL_THEBES) # define THEBES_API NS_EXPORT #else # define THEBES_API NS_IMPORT