mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
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
Block a user