Merge pull request #51470 from akien-mga/windows-share-denyno

FileAccessWindows: Add missing share.h include
This commit is contained in:
Rémi Verschelde 2021-08-10 13:27:26 +02:00 committed by GitHub
commit 81956d42ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@
#include "core/os/os.h"
#include "core/string/print_string.h"
#include <share.h> // _SH_DENYNO
#include <shlwapi.h>
#include <windows.h>