소스 검색

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>