bug#3013: turning on 8 bit mask generation. pnunn. tested nt, mac, linux.

This commit is contained in:
pnunn%netscape.com 2000-04-20 22:36:06 +00:00
Родитель bc3e85db29
Коммит 41ccf33623
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -55,12 +55,7 @@ static void PR_CALLBACK il_png_error_handler(png_structp png_ptr, png_const_char
int il_debug;
PRLogModuleInfo *il_log_module = NULL;
#ifdef CAN_SUPPORT_8_BIT_MASK
#undef CAN_SUPPORT_8_BIT_MASK
#endif
#ifdef XP_WINBLAH
#define CAN_SUPPORT_8_BIT_MASK
#endif
PRBool
il_png_init(il_container *ic)