mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix file encryption in win32.
This commit is contained in:
1443
setter/src/win32.c
1443
setter/src/win32.c
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user