1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 07:44:57 +03:00

Add the warning message if KB3033929 is not installed in Windows 7 / Server 2008 R2.

This commit is contained in:
Daiyuu Nobori
2019-06-30 01:20:52 +09:00
parent 2da6e4c491
commit 9c227f3480
9 changed files with 75 additions and 0 deletions

View File

@ -847,6 +847,8 @@ bool MsIsInfCatalogRequired();
bool MsCheckFileDigitalSignatureW(HWND hWnd, wchar_t *name, bool *danger);
bool MsIsKB3033929RequiredAndMissing();
bool MsIsSha2KernelModeSignatureSupported();
bool MsGetProcessExeName(char *path, UINT size, UINT id);
bool MsGetWindowOwnerProcessExeName(char *path, UINT size, HWND hWnd);