Back out the half of bug 391937 that breaks things.

This commit is contained in:
dbaron%dbaron.org 2007-08-20 02:46:39 +00:00
Родитель 646abda914
Коммит 7228c05445
1 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -65,10 +65,10 @@ bstring.h
builtin.h builtin.h
Button.h Button.h
byteswap.h byteswap.h
#ifndef MOZ_ENABLE_LIBXUL #if MOZ_ENABLE_LIBXUL!=1
#define WRAP_CAIRO_HEADERS #define WRAP_CAIRO_HEADERS
#endif #endif
#ifndef MOZ_TREE_CAIRO #if MOZ_TREE_CAIRO!=1
#define WRAP_CAIRO_HEADERS #define WRAP_CAIRO_HEADERS
#endif #endif
#ifdef WRAP_CAIRO_HEADERS #ifdef WRAP_CAIRO_HEADERS
@ -290,7 +290,7 @@ JavaVM/jni.h
JManager.h JManager.h
JNIEnvTests.h JNIEnvTests.h
jni.h jni.h
#ifdef MOZ_NATIVE_JPEG #if MOZ_NATIVE_JPEG==1
jpeglib.h jpeglib.h
#endif #endif
JVMManagerTests.h JVMManagerTests.h
@ -931,18 +931,18 @@ plstr.h
plarenas.h plarenas.h
plarena.h plarena.h
plhash.h plhash.h
#ifdef MOZ_NATIVE_PNG #if MOZ_NATIVE_PNG==1
png.h png.h
#endif #endif
#ifdef MOZ_NATIVE_ZLIB #if MOZ_NATIVE_ZLIB==1
zlib.h zlib.h
#endif #endif
#ifndef MOZ_ENABLE_LIBXUL #if MOZ_ENABLE_LIBXUL!=1
#ifndef BUILD_STATIC_LIBS #if BUILD_STATIC_LIBS!=1
#define WRAP_LCMS_HEADERS #define WRAP_LCMS_HEADERS
#endif #endif
#endif #endif
#ifdef MOZ_NATIVE_LCMS #if MOZ_NATIVE_LCMS==1
#define WRAP_LCMS_HEADERS #define WRAP_LCMS_HEADERS
#endif #endif
#ifdef WRAP_LCMS_HEADERS #ifdef WRAP_LCMS_HEADERS