Commit 4e151412 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

iprop: Add dll.

parent f696e431
......@@ -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
......
......@@ -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])
......
MODULE = iprop.dll
@ 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
......@@ -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",
......
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