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
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
2 stub @ # sfc_os.SfcTerminateWatcherThread
1 stdcall @() sfc_os.SfcInitProt
2 stdcall @() sfc_os.SfcTerminateWatcherThread
3 stdcall @(long) sfc_os.SfcConnectToServer
4 stub @ # sfc_os.SfcClose
5 stub @ # sfc_os.SfcFileException
6 stub @ # sfc_os.SfcInitiateScan
7 stub @ # sfc_os.SfcInstallProtectedFiles
8 stub @ # sfc_os.SfpInstallCatalog
9 stub @ # SfpDeleteCatalog
4 stdcall @() sfc_os.SfcClose
5 stdcall @() sfc_os.SfcFileException
6 stdcall @() sfc_os.SfcInitiateScan
7 stdcall @() sfc_os.SfcInstallProtectedFiles
8 stdcall @() sfc_os.SfpInstallCatalog
9 stdcall @() sfc_os.SfpDeleteCatalog
@ stdcall SRSetRestorePoint(ptr ptr) sfc_os.SRSetRestorePointA
@ stdcall SRSetRestorePointA(ptr ptr) sfc_os.SRSetRestorePointA
@ stdcall SRSetRestorePointW(ptr ptr) sfc_os.SRSetRestorePointW
@ stdcall SfcGetNextProtectedFile(long ptr) sfc_os.SfcGetNextProtectedFile
@ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
@ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected
@ stub SfcWLEventLogoff
@ stub SfcWLEventLogon
@ stub SfpVerifyFile
@ stdcall SfpVerifyFile() sfc_os.SfpVerifyFile