소스 검색

FileAccessWindows: Add missing share.h include

Follow-up to #51430.

(cherry picked from commit cb52f2c9c0b701865e17093b0661f17e735feb38)
Rémi Verschelde 4 년 전
부모
커밋
d2a70532e8
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/print_string.h"
 
+#include <share.h> // _SH_DENYNO
 #include <shlwapi.h>
 #include <windows.h>