reactos/dll/win32/sfc_os/sfc_os.spec
Oleg Dubinskiy 7865ff97cc
[SFC][SFC_OS] Add stubs to exported functions (#2431)
- Also remove extra whitespace between function names and their arguments in sfc.
- Required by userenv.dll, win32k.sys, and others from Windows Server 2003 and also by some MS installers like Windows Media Encoder 7.1 installer. Now they should not fail due to that functions.

CORE-16458
2020-04-16 02:06:22 +03:00

13 lines
393 B
Python

@ stdcall -stub sfc_os_1()
@ stdcall -stub sfc_os_2()
@ stdcall -stub sfc_os_3()
@ stdcall -stub sfc_os_4()
@ stdcall SfcFileException(long ptr long)
@ stdcall -stub sfc_os_6()
@ stdcall -stub sfc_os_7()
@ stdcall SfcGetNextProtectedFile(ptr ptr)
@ stdcall SfcIsFileProtected(ptr wstr)
@ stdcall SfcIsKeyProtected(long wstr long)
@ stdcall SfcWLEventLogoff(ptr)
@ stdcall SfcWLEventLogon(ptr)