reactos/dll/win32/sfc/sfc.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

18 lines
623 B
Python

@ stdcall -stub sfc_1()
@ stdcall -stub sfc_2()
@ stdcall -stub sfc_3()
@ stdcall -stub sfc_4()
@ stdcall -stub sfc_5()
@ stdcall -stub sfc_6()
@ stdcall -stub sfc_7()
@ stdcall sfc_8()
@ stdcall sfc_9()
@ stdcall SRSetRestorePoint(ptr ptr) SRSetRestorePointA
@ stdcall SRSetRestorePointA(ptr ptr)
@ stdcall SRSetRestorePointW(ptr ptr)
@ stdcall SfcGetNextProtectedFile(ptr ptr) sfc_os.SfcGetNextProtectedFile
@ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
@ stdcall SfcWLEventLogoff(ptr) sfc_os.SfcWLEventLogoff
@ stdcall SfcWLEventLogon(ptr) sfc_os.SfcWLEventLogon
@ stdcall SfpVerifyFile(str str long)