Merge pull request #31528 from akien-mga/enoent-mingw
FileAccessWindows: Add errno include for MinGW
This commit is contained in:
commit
48eaf14030
|
@ -38,6 +38,7 @@
|
|||
#include <shlwapi.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <tchar.h>
|
||||
|
|
Loading…
Reference in New Issue