aboutsummaryrefslogtreecommitdiff
path: root/drivers/windows
diff options
context:
space:
mode:
authorRémi Verschelde2017-01-08 20:41:11 +0100
committerRémi Verschelde2017-01-08 20:41:26 +0100
commit6323779596dea0db7f58afef7d3d3d5588ef20cb (patch)
tree92bdd7947486ddb6820eb0225d6b345ee69ac432 /drivers/windows
parent920947f297ff3b8d959d15c8e15e7a28dcbdb08f (diff)
downloadgodot-6323779596dea0db7f58afef7d3d3d5588ef20cb.tar.gz
godot-6323779596dea0db7f58afef7d3d3d5588ef20cb.tar.zst
godot-6323779596dea0db7f58afef7d3d3d5588ef20cb.zip
Diffstat (limited to 'drivers/windows')
-rw-r--r--drivers/windows/file_access_windows.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp
index 4060e0e83..183cec96e 100644
--- a/drivers/windows/file_access_windows.cpp
+++ b/drivers/windows/file_access_windows.cpp
@@ -28,8 +28,6 @@
/*************************************************************************/
#ifdef WINDOWS_ENABLED
-#define WINVER 0x0500
-
#include <windows.h>
#include "shlwapi.h"
#include "file_access_windows.h"