Improved compatibility - fix mingw crossbuild (#337)

This commit is contained in:
svost
2021-12-23 09:48:20 +03:00
committed by GitHub
parent 66cd29e747
commit 5457217503
5 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
#include <errno.h>
#include <vector>
#ifdef _WIN32
#include <Shlwapi.h>
#include <shlwapi.h>
#else
#include <fnmatch.h>
#endif