mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3650 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3759156ea7
commit
ba3d1ecf28
1 changed files with 6 additions and 0 deletions
|
@ -568,6 +568,12 @@ return NULL;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef PNG_NORETURN
|
||||
#define PNG_NORETURN
|
||||
#endif
|
||||
#ifndef PNG_ALLOCATED
|
||||
#define PNG_ALLOCATED
|
||||
#endif
|
||||
|
||||
|
||||
void (PNGAPI *qpng_error) PNGARG((png_structp png_ptr, png_const_charp error_message)) PNG_NORETURN PSTATIC(png_error);
|
||||
|
|
Loading…
Reference in a new issue