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:
mkaply%us.ibm.com 2002-10-07 04:10:10 +00:00
Родитель 18887cb91d
Коммит 31d07ee76b
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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 */