Vincent Povirk : iprop: Add dll.

Alexandre Julliard julliard at winehq.org
Tue Sep 20 10:45:00 CDT 2016


Module: wine
Branch: master
Commit: 4e1514127b28be59af472d59c5d78466432636bc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4e1514127b28be59af472d59c5d78466432636bc

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Mon Sep 19 14:16:26 2016 -0500

iprop: Add dll.

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure              | 2 ++
 configure.ac           | 1 +
 dlls/iprop/Makefile.in | 1 +
 dlls/iprop/iprop.spec  | 8 ++++++++
 tools/make_specfiles   | 1 +
 5 files changed, 13 insertions(+)

diff --git a/configure b/configure
index f842c82..58fb32f 100755
--- a/configure
+++ b/configure
@@ -1179,6 +1179,7 @@ enable_initpki
 enable_inkobj
 enable_inseng
 enable_iphlpapi
+enable_iprop
 enable_irprops_cpl
 enable_itircl
 enable_itss
@@ -17929,6 +17930,7 @@ wine_fn_config_dll inkobj enable_inkobj
 wine_fn_config_dll inseng enable_inseng clean
 wine_fn_config_dll iphlpapi enable_iphlpapi implib
 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
+wine_fn_config_dll iprop enable_iprop
 wine_fn_config_dll irprops.cpl enable_irprops_cpl
 wine_fn_config_dll itircl enable_itircl
 wine_fn_config_dll itss enable_itss clean
diff --git a/configure.ac b/configure.ac
index 7a29dc4..a6c9c6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3037,6 +3037,7 @@ WINE_CONFIG_DLL(inkobj)
 WINE_CONFIG_DLL(inseng,,[clean])
 WINE_CONFIG_DLL(iphlpapi,,[implib])
 WINE_CONFIG_TEST(dlls/iphlpapi/tests)
+WINE_CONFIG_DLL(iprop)
 WINE_CONFIG_DLL(irprops.cpl)
 WINE_CONFIG_DLL(itircl)
 WINE_CONFIG_DLL(itss,,[clean])
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",




More information about the wine-cvs mailing list