浏览代码

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

FileAccessWindows: Add missing share.h include
Rémi Verschelde 4 年之前
父节点
当前提交
81956d42ca
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/windows/file_access_windows.cpp

+ 1 - 0
drivers/windows/file_access_windows.cpp

@@ -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>