зеркало из https://github.com/mozilla/gecko-dev.git
# 25555
r= pnunn@netscape.com OS/2 changes for Mozilla - add #ifdef, change #ifdef
This commit is contained in:
Родитель
cbf8e3d687
Коммит
b85ccb4952
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* jpeg.c --- Glue code to Independent JPEG Group decoder library
|
* 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;
|
extern int MK_OUT_OF_MEMORY;
|
||||||
PR_END_EXTERN_C
|
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. */
|
/* 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.. */
|
/* We need to see if we can fix hwthreads/XP_CORE correctly.. */
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче