[PATCH v2 3/5] nsi: Add a stub dll.

Huw Davies huw at codeweavers.com
Fri Jun 25 03:20:42 CDT 2021


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/nsi/Makefile.in |  4 ++++
 dlls/nsi/nsi.spec    | 26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 dlls/nsi/Makefile.in
 create mode 100644 dlls/nsi/nsi.spec

diff --git a/dlls/nsi/Makefile.in b/dlls/nsi/Makefile.in
new file mode 100644
index 00000000000..634c4011ed9
--- /dev/null
+++ b/dlls/nsi/Makefile.in
@@ -0,0 +1,4 @@
+MODULE    = nsi.dll
+IMPORTLIB = nsi
+
+EXTRADLLFLAGS = -mno-cygwin
diff --git a/dlls/nsi/nsi.spec b/dlls/nsi/nsi.spec
new file mode 100644
index 00000000000..2d500d30e94
--- /dev/null
+++ b/dlls/nsi/nsi.spec
@@ -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
-- 
2.23.0




More information about the wine-devel mailing list