mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
OS/2 runtime bustage - this should be the right thing to do, but it causes PNG to crash horribly backing out for now
This commit is contained in:
parent
782c07c6eb
commit
0367899309
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user