From 5af39f3d0df36ba6bbf414a029d1f8b3dfb92213 Mon Sep 17 00:00:00 2001 From: nillerusr Date: Tue, 20 Sep 2022 18:17:55 +0300 Subject: [PATCH] fix windows build --- common/imageutils.cpp | 2 +- thirdparty | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/imageutils.cpp b/common/imageutils.cpp index 5f32ae15..7c690aef 100644 --- a/common/imageutils.cpp +++ b/common/imageutils.cpp @@ -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 diff --git a/thirdparty b/thirdparty index cc41c319..aac07c72 160000 --- a/thirdparty +++ b/thirdparty @@ -1 +1 @@ -Subproject commit cc41c319aabc287b1f7439228af5a9edeb31ee05 +Subproject commit aac07c72058aea6267ea60b70a25602b41469d28