mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #1518 from argylelabcoat/patch-1
Update file_access_windows.cpp for mingw cross-compile
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
/*************************************************************************/
|
||||
#ifdef WINDOWS_ENABLED
|
||||
|
||||
#include <Windows.h>
|
||||
#include "Shlwapi.h"
|
||||
#define WINVER 0x0500
|
||||
|
||||
#include <windows.h>
|
||||
#include "shlwapi.h"
|
||||
#include "file_access_windows.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user