4 Mar
2018
4 Mar
'18
4:51 p.m.
From: Michael Müller <michael(a)fds-team.de> Fixes https://bugs.winehq.org/show_bug.cgi?id=44654 Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> --- dlls/sfc_os/sfc_os.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/sfc_os/sfc_os.c b/dlls/sfc_os/sfc_os.c index f4515f2..6193dda 100644 --- a/dlls/sfc_os/sfc_os.c +++ b/dlls/sfc_os/sfc_os.c @@ -55,6 +55,8 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) BOOL WINAPI SfcGetNextProtectedFile(HANDLE handle, PROTECTED_FILE_DATA *data) { FIXME("%p %p\n", handle, data); + + SetLastError(ERROR_NO_MORE_FILES); return FALSE; } -- 2.7.4
2843
Age (days ago)
2843
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura