iprop: Add dll.

Vincent Povirk madewokherd at gmail.com
Mon Sep 19 14:16:26 CDT 2016


From: Vincent Povirk <vincent at codeweavers.com>

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
---
 configure.ac           | 1 +
 dlls/iprop/Makefile.in | 1 +
 dlls/iprop/iprop.spec  | 8 ++++++++
 tools/make_specfiles   | 1 +
 4 files changed, 11 insertions(+)
 create mode 100644 dlls/iprop/Makefile.in
 create mode 100644 dlls/iprop/iprop.spec

diff --git a/configure.ac b/configure.ac
index 7a29dc4..76000a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3024,6 +3024,7 @@ WINE_CONFIG_DLL(imagehlp,,[implib])
 WINE_CONFIG_TEST(dlls/imagehlp/tests)
 WINE_CONFIG_DLL(imm.dll16,enable_win16)
 WINE_CONFIG_DLL(imm32,,[implib])
+WINE_CONFIG_DLL(iprop)
 WINE_CONFIG_TEST(dlls/imm32/tests)
 WINE_CONFIG_DLL(inetcomm,,[clean,implib])
 WINE_CONFIG_TEST(dlls/inetcomm/tests)
diff --git a/dlls/iprop/Makefile.in b/dlls/iprop/Makefile.in
new file mode 100644
index 0000000..e402cd0
--- /dev/null
+++ b/dlls/iprop/Makefile.in
@@ -0,0 +1 @@
+MODULE    = iprop.dll
diff --git a/dlls/iprop/iprop.spec b/dlls/iprop/iprop.spec
new file mode 100644
index 0000000..0036a72
--- /dev/null
+++ b/dlls/iprop/iprop.spec
@@ -0,0 +1,8 @@
+@ stdcall FmtIdToPropStgName(ptr wstr) ole32.FmtIdToPropStgName
+@ stdcall FreePropVariantArray(long ptr) ole32.FreePropVariantArray
+@ stdcall PropStgNameToFmtId(wstr ptr) ole32.PropStgNameToFmtId
+@ stdcall PropVariantClear(ptr) ole32.PropVariantClear
+@ stdcall PropVariantCopy(ptr ptr) ole32.PropVariantCopy
+@ stdcall StgCreatePropSetStg(ptr long ptr) ole32.StgCreatePropSetStg
+@ stdcall StgCreatePropStg(ptr ptr ptr long long ptr) ole32.StgCreatePropStg
+@ stdcall StgOpenPropStg(ptr ptr long long ptr) ole32.StgOpenPropStg
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 66476df..07266d4 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -222,6 +222,7 @@ my @dll_groups =
   "api-ms-win-core-com-l1-1-0",
   "api-ms-win-core-com-l1-1-1",
   "combase",
+  "iprop",
  ],
  [
   "shell32",
-- 
2.7.4




More information about the wine-patches mailing list