mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[kandinsky] Fix the rasterizer with old libpng
This commit is contained in:
committed by
LeaNumworks
parent
199ef93d40
commit
9a23d12b2b
@@ -36,6 +36,7 @@ typedef struct {
|
||||
} image_t;
|
||||
|
||||
#ifdef GENERATE_PNG
|
||||
#define PNG_SKIP_SETJMP_CHECK
|
||||
#include <png.h>
|
||||
void writeImageToPNGFile(image_t * image, char * filename);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user