iprop: Add dll.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Vincent Povirk 2016-09-19 14:16:26 -05:00 committed by Alexandre Julliard
parent f696e431ad
commit 4e1514127b
5 changed files with 13 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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])

1
dlls/iprop/Makefile.in Normal file
View File

@ -0,0 +1 @@
MODULE = iprop.dll

8
dlls/iprop/iprop.spec Normal file
View File

@ -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

View File

@ -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",