diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-26 13:45:26 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-26 13:45:26 +0200 |
commit | a4bca123363063551676f2b35578a45391845a3a (patch) | |
tree | cfd16aa7c2f954a8301dea75f7b69ba253a15c4e /drivers/windows/file_access_windows.cpp | |
parent | 666a92c7c2bf449a69234268982ff47eda828444 (diff) | |
parent | 814ab59c372cf4c71147636ea7d5cb3bace883c2 (diff) | |
download | redot-engine-a4bca123363063551676f2b35578a45391845a3a.tar.gz |
Merge pull request #82304 from akien-mga/windows-remove-redundant-MSVC-define
Windows: Remove `MSVC` define redundant with `_MSC_VER`
Diffstat (limited to 'drivers/windows/file_access_windows.cpp')
-rw-r--r-- | drivers/windows/file_access_windows.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp index 98b0c358e8..9d21073f19 100644 --- a/drivers/windows/file_access_windows.cpp +++ b/drivers/windows/file_access_windows.cpp @@ -34,6 +34,7 @@ #include "core/os/os.h" #include "core/string/print_string.h" + #include <share.h> // _SH_DENYNO #include <shlwapi.h> #define WIN32_LEAN_AND_MEAN |