nsi: Add a stub dll.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2021-06-25 10:22:43 +01:00 committed by Alexandre Julliard
parent 2cd939d71a
commit 2b783a3532
4 changed files with 33 additions and 0 deletions

2
configure vendored
View File

@ -1525,6 +1525,7 @@ enable_ninput
enable_normaliz
enable_npmshtml
enable_npptools
enable_nsi
enable_ntdll
enable_ntdsapi
enable_ntoskrnl_exe
@ -20819,6 +20820,7 @@ wine_fn_config_makefile dlls/ninput/tests enable_tests
wine_fn_config_makefile dlls/normaliz enable_normaliz
wine_fn_config_makefile dlls/npmshtml enable_npmshtml
wine_fn_config_makefile dlls/npptools enable_npptools
wine_fn_config_makefile dlls/nsi enable_nsi
wine_fn_config_makefile dlls/ntdll enable_ntdll
wine_fn_config_makefile dlls/ntdll/tests enable_tests
wine_fn_config_makefile dlls/ntdsapi enable_ntdsapi

View File

@ -3496,6 +3496,7 @@ WINE_CONFIG_MAKEFILE(dlls/ninput/tests)
WINE_CONFIG_MAKEFILE(dlls/normaliz)
WINE_CONFIG_MAKEFILE(dlls/npmshtml)
WINE_CONFIG_MAKEFILE(dlls/npptools)
WINE_CONFIG_MAKEFILE(dlls/nsi)
WINE_CONFIG_MAKEFILE(dlls/ntdll)
WINE_CONFIG_MAKEFILE(dlls/ntdll/tests)
WINE_CONFIG_MAKEFILE(dlls/ntdsapi)

4
dlls/nsi/Makefile.in Normal file
View File

@ -0,0 +1,4 @@
MODULE = nsi.dll
IMPORTLIB = nsi
EXTRADLLFLAGS = -mno-cygwin

26
dlls/nsi/nsi.spec Normal file
View File

@ -0,0 +1,26 @@
@ stub NsiAllocateAndGetPersistentDataWithMaskTable
@ stub NsiAllocateAndGetTable
@ stub NsiCancelChangeNotification
@ stub NsiDeregisterChangeNotification
@ stub NsiDeregisterChangeNotificationEx
@ stub NsiEnumerateObjectsAllParameters
@ stub NsiEnumerateObjectsAllParametersEx
@ stub NsiEnumerateObjectsAllPersistentParametersWithMask
@ stub NsiFreePersistentDataWithMaskTable
@ stub NsiFreeTable
@ stub NsiGetAllParameters
@ stub NsiGetAllParametersEx
@ stub NsiGetAllPersistentParametersWithMask
@ stub NsiObjectSecurity
@ stub NsiGetParameter
@ stub NsiGetParameterEx
@ stub NsiRegisterChangeNotification
@ stub NsiRegisterChangeNotificationEx
@ stub NsiRequestChangeNotification
@ stub NsiRequestChangeNotificationEx
@ stub NsiSetAllParameters
@ stub NsiSetAllParametersEx
@ stub NsiSetAllPersistentParametersWithMask
@ stub NsiSetObjectSecurity
@ stub NsiSetParameter
@ stub NsiSetParameterEx