This commit is contained in:
pnunn%netscape.com 1999-09-17 23:43:48 +00:00
Родитель ba2ca9f2b5
Коммит 470f443594
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -597,9 +597,10 @@ il_gif_compute_percentage_complete(int row, il_container *ic)
}
/* Maximum # of bytes to read ahead while waiting for delay_time to expire.
We limit this number to remain within WIN16 malloc limitations */
We no longer limit this number to remain within WIN16 malloc limitations
of 0xffff */
#define MAX_READ_AHEAD (60000L)
#define MAX_READ_AHEAD (0xFFFFFFL)
PRUint8
il_gif_write_ready(il_container *ic)