Commit 2b783a35 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

nsi: Add a stub dll.

parent 2cd939d7
......@@ -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
......
......@@ -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)
......
MODULE = nsi.dll
IMPORTLIB = nsi
EXTRADLLFLAGS = -mno-cygwin
@ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment