Skip to content

Commit

Permalink
Merge pull request #51470 from akien-mga/windows-share-denyno
Browse files Browse the repository at this point in the history
FileAccessWindows: Add missing share.h include
  • Loading branch information
akien-mga authored Aug 10, 2021
2 parents 16d73fe + cb52f2c commit 81956d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/windows/file_access_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 81956d4

Please sign in to comment.