From 896c19f944d9e15f26a87915e70fd41e1eca7932 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Mon, 7 Oct 2002 04:10:10 +0000 Subject: [PATCH] OS/2 runtime bustage - this should be the right thing to do, but it causes PNG to crash horribly backing out for now git-svn-id: svn://10.0.0.236/trunk@131288 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libimg/png/pngconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/modules/libimg/png/pngconf.h b/mozilla/modules/libimg/png/pngconf.h index 659b3d06dfe..095613947a9 100644 --- a/mozilla/modules/libimg/png/pngconf.h +++ b/mozilla/modules/libimg/png/pngconf.h @@ -1229,7 +1229,8 @@ typedef z_stream FAR * png_zstreamp; # endif /* PNG_IMPEXP */ #else /* !(DLL || non-cygwin WINDOWS) */ # if (defined(__IBMC__) || defined(IBMCPP__)) && defined(__OS2__) -# define PNGAPI _System +/* # define PNGAPI _System */ +# define PNGAPI # define PNG_IMPEXP # else # if 0 /* ... other platforms, with other meanings */