Browse Source

fix windows build

pull/122/merge
nillerusr 2 years ago
parent
commit
5af39f3d0d
  1. 2
      common/imageutils.cpp
  2. 2
      thirdparty

2
common/imageutils.cpp

@ -73,7 +73,7 @@ extern void longjmp( jmp_buf, int ) __attribute__((noreturn)); @@ -73,7 +73,7 @@ extern void longjmp( jmp_buf, int ) __attribute__((noreturn));
#if HAVE_PNG
#if ANDROID
#if ANDROID || WIN32
#include "libpng/png.h"
#else
#include <png.h>

2
thirdparty

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit cc41c319aabc287b1f7439228af5a9edeb31ee05
Subproject commit aac07c72058aea6267ea60b70a25602b41469d28
Loading…
Cancel
Save