fix thunderbird bustage from bug 388663

This commit is contained in:
ted.mielczarek@gmail.com 2007-07-19 08:21:13 -07:00
parent 0d3594c6ff
commit 59fd01917d

View File

@ -46,7 +46,9 @@
*/
typedef double gfxFloat;
#if defined(IMPL_THEBES)
#if defined(MOZ_STATIC_BUILD)
# define THEBES_API
#elif defined(IMPL_THEBES)
# define THEBES_API NS_EXPORT
#else
# define THEBES_API NS_IMPORT