Bug 9922: large jpeg images not displaying on win32.

r=darin, sr=blizzard, a=asa


git-svn-id: svn://10.0.0.236/trunk@149586 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2003-11-20 19:24:53 +00:00
parent d8c2b8e063
commit d835a76f4c

View File

@@ -74,13 +74,6 @@
*/
#undef RIGHT_SHIFT_IS_UNSIGNED
#ifdef XP_WIN /* MS Windows */
/* In case we are using a compiler that only has 16-bit size_t: */
#define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
#endif /* XP_WIN */
#ifdef XP_MAC /* Macintosh */
#define ALIGN_TYPE long /* for sane memory alignment */