sfc: Build in data-only mode.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2022-02-16 16:11:54 +01:00
parent 40611a65e7
commit 2abcdf0803
2 changed files with 10 additions and 13 deletions

View File

@ -1,5 +1,4 @@
MODULE = sfc.dll MODULE = sfc.dll
IMPORTLIB = sfc IMPORTLIB = sfc
IMPORTS = sfc_os
EXTRADLLFLAGS = -Wb,--prefer-native EXTRADLLFLAGS = -Wb,--data-only -Wb,--prefer-native

View File

@ -1,18 +1,16 @@
1 stub @ # sfc_os.SfcInitProt 1 stdcall @() sfc_os.SfcInitProt
2 stub @ # sfc_os.SfcTerminateWatcherThread 2 stdcall @() sfc_os.SfcTerminateWatcherThread
3 stdcall @(long) sfc_os.SfcConnectToServer 3 stdcall @(long) sfc_os.SfcConnectToServer
4 stub @ # sfc_os.SfcClose 4 stdcall @() sfc_os.SfcClose
5 stub @ # sfc_os.SfcFileException 5 stdcall @() sfc_os.SfcFileException
6 stub @ # sfc_os.SfcInitiateScan 6 stdcall @() sfc_os.SfcInitiateScan
7 stub @ # sfc_os.SfcInstallProtectedFiles 7 stdcall @() sfc_os.SfcInstallProtectedFiles
8 stub @ # sfc_os.SfpInstallCatalog 8 stdcall @() sfc_os.SfpInstallCatalog
9 stub @ # SfpDeleteCatalog 9 stdcall @() sfc_os.SfpDeleteCatalog
@ stdcall SRSetRestorePoint(ptr ptr) sfc_os.SRSetRestorePointA @ stdcall SRSetRestorePoint(ptr ptr) sfc_os.SRSetRestorePointA
@ stdcall SRSetRestorePointA(ptr ptr) sfc_os.SRSetRestorePointA @ stdcall SRSetRestorePointA(ptr ptr) sfc_os.SRSetRestorePointA
@ stdcall SRSetRestorePointW(ptr ptr) sfc_os.SRSetRestorePointW @ stdcall SRSetRestorePointW(ptr ptr) sfc_os.SRSetRestorePointW
@ stdcall SfcGetNextProtectedFile(long ptr) sfc_os.SfcGetNextProtectedFile @ stdcall SfcGetNextProtectedFile(long ptr) sfc_os.SfcGetNextProtectedFile
@ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected @ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
@ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected @ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected
@ stub SfcWLEventLogoff @ stdcall SfpVerifyFile() sfc_os.SfpVerifyFile
@ stub SfcWLEventLogon
@ stub SfpVerifyFile