Fix file encryption in win32.

This commit is contained in:
2020-05-02 17:40:31 +01:00
parent 278eca1ace
commit f38dce47d7
2 changed files with 780 additions and 664 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -450,6 +450,7 @@ unsigned char IconEA[3516] = {
BOOL (*WinNtCreateHardLinkA)(LPCSTR, LPCSTR, LPSECURITY_ATTRIBUTES);
BOOL (*WinNtCreateSymbolicLinkA)(LPCSTR, LPCSTR, DWORD);
typedef BOOL(WINAPI *WinNtEncryptFileA)(LPCSTR);
#endif