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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user