[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
This commit is contained in:
Oleg Dubinskiy 2020-04-16 02:06:22 +03:00 committed by GitHub
parent 2d8b224d71
commit 7865ff97cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 23 deletions

View file

@ -1,17 +1,17 @@
@ stub sfc_1
@ stub sfc_2
@ stub sfc_3
@ stub sfc_4
@ stub sfc_5
@ stub sfc_6
@ 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)
@ 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)

View file

@ -1,10 +1,10 @@
@ stub sfc_os_1
@ stub sfc_os_2
@ stub sfc_os_3
@ stub sfc_os_4
@ 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)
@ stub sfc_os_6
@ stub sfc_os_7
@ stdcall -stub sfc_os_6()
@ stdcall -stub sfc_os_7()
@ stdcall SfcGetNextProtectedFile(ptr ptr)
@ stdcall SfcIsFileProtected(ptr wstr)
@ stdcall SfcIsKeyProtected(long wstr long)