diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-25 15:14:29 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-26 11:11:45 +0200 |
commit | 814ab59c372cf4c71147636ea7d5cb3bace883c2 (patch) | |
tree | 04edda7024dfc064901f7609ba812e93b5dbd40f /drivers/windows | |
parent | 7e67b496ff7e35f66b88adcbdd5b252d01739cbb (diff) | |
download | redot-engine-814ab59c372cf4c71147636ea7d5cb3bace883c2.tar.gz |
Windows: Remove `MSVC` define redundant with `_MSC_VER`
Cleanup unused MSVC code in FileAccessUnix.
Diffstat (limited to 'drivers/windows')
-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 |