fix windows build
This commit is contained in:
parent
cbc9e703e6
commit
945b11ef12
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ extern void longjmp( jmp_buf, int ) __attribute__((noreturn));
|
||||||
|
|
||||||
#if HAVE_PNG
|
#if HAVE_PNG
|
||||||
|
|
||||||
#if ANDROID
|
#if ANDROID || WIN32
|
||||||
#include "libpng/png.h"
|
#include "libpng/png.h"
|
||||||
#else
|
#else
|
||||||
#include <png.h>
|
#include <png.h>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cc41c319aabc287b1f7439228af5a9edeb31ee05
|
Subproject commit aac07c72058aea6267ea60b70a25602b41469d28
|
Loading…
Reference in a new issue