aboutsummaryrefslogtreecommitdiff
path: root/drivers/windows/file_access_windows.cpp
diff options
context:
space:
mode:
authorMatthew Hughes2015-03-15 09:43:13 -0500
committerMatthew Hughes2015-03-15 09:43:13 -0500
commit1200689245aea59a1620145a3f85cc4bd76b561f (patch)
tree23005b6861a80b90a3eebc0420f54413798f20ec /drivers/windows/file_access_windows.cpp
parent51b8102f14ff521334d956f9ebeef7b6e873a957 (diff)
downloadgodot-1200689245aea59a1620145a3f85cc4bd76b561f.tar.gz
godot-1200689245aea59a1620145a3f85cc4bd76b561f.tar.zst
godot-1200689245aea59a1620145a3f85cc4bd76b561f.zip
Diffstat (limited to 'drivers/windows/file_access_windows.cpp')
-rw-r--r--drivers/windows/file_access_windows.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp
index e24685432..562ddd02e 100644
--- a/drivers/windows/file_access_windows.cpp
+++ b/drivers/windows/file_access_windows.cpp
@@ -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"