r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
This commit is contained in:
mkaply%us.ibm.com 2000-02-29 21:47:25 +00:00
parent cbf8e3d687
commit b85ccb4952

View File

@ -22,7 +22,7 @@
/*
* jpeg.c --- Glue code to Independent JPEG Group decoder library
* $Id: jpeg.cpp,v 1.14 1999/12/20 23:58:23 briano%netscape.com Exp $
* $Id: jpeg.cpp,v 1.15 2000/02/29 21:47:25 mkaply%us.ibm.com Exp $
*/
@ -53,7 +53,7 @@ PR_BEGIN_EXTERN_C
extern int MK_OUT_OF_MEMORY;
PR_END_EXTERN_C
#ifdef XP_OS2_HACK
#ifdef XP_OS2
/* IBM-MAS: We removed setjmp.h from XP_core.h, now we need it here. */
/* We need to see if we can fix hwthreads/XP_CORE correctly.. */
#include <setjmp.h>