Merge pull request #31528 from akien-mga/enoent-mingw

FileAccessWindows: Add errno include for MinGW
This commit is contained in:
Rémi Verschelde 2019-08-21 12:31:38 +02:00 committed by GitHub
commit 48eaf14030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <shlwapi.h>
#include <windows.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <tchar.h>