diff --git a/configure b/configure index f842c8238228248606af52721cdae40bad2262a5..58fb32f11f9358da7534970bb7533083c3c0cf89 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 7a29dc4157c5b1fc9ae6c24deb128131a2e8e143..a6c9c6ddf8e51a0cac5504bf422179ada1a1dd63 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 0000000000000000000000000000000000000000..e402cd0d4a960a33cc3d59395b71af90953d75d2 --- /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 0000000000000000000000000000000000000000..0036a724ccb2280f3a7faa491567b3f775f34703 --- /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 66476dfb884011f4d6eb22806283f0e1636606c9..07266d4bbd13d225bf8472898ccac6d9da485acd 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",