remove libspng mentions from Windows build

This commit is contained in:
MihailRis
2024-10-21 13:58:54 +03:00
parent 6e07ea1a44
commit d0dbe549a1
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -11,9 +11,7 @@
static debug::Logger logger("png-coder");
#ifndef _WIN32
#define LIBPNG
#endif
#ifdef LIBPNG
#include <png.h>