ole32: Rename StorageImpl_SetElementTimes to StorageBaseImpl_SetElementTimes.
This commit is contained in:
parent
fd2f35a872
commit
17236668c9
|
@ -2105,7 +2105,7 @@ static HRESULT removeFromTree(
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* SetElementTimes (IStorage)
|
* SetElementTimes (IStorage)
|
||||||
*/
|
*/
|
||||||
static HRESULT WINAPI StorageImpl_SetElementTimes(
|
static HRESULT WINAPI StorageBaseImpl_SetElementTimes(
|
||||||
IStorage* iface,
|
IStorage* iface,
|
||||||
const OLECHAR *pwcsName,/* [string][in] */
|
const OLECHAR *pwcsName,/* [string][in] */
|
||||||
const FILETIME *pctime, /* [in] */
|
const FILETIME *pctime, /* [in] */
|
||||||
|
@ -2148,7 +2148,7 @@ static const IStorageVtbl Storage32Impl_Vtbl =
|
||||||
StorageBaseImpl_EnumElements,
|
StorageBaseImpl_EnumElements,
|
||||||
StorageBaseImpl_DestroyElement,
|
StorageBaseImpl_DestroyElement,
|
||||||
StorageBaseImpl_RenameElement,
|
StorageBaseImpl_RenameElement,
|
||||||
StorageImpl_SetElementTimes,
|
StorageBaseImpl_SetElementTimes,
|
||||||
StorageBaseImpl_SetClass,
|
StorageBaseImpl_SetClass,
|
||||||
StorageImpl_SetStateBits,
|
StorageImpl_SetStateBits,
|
||||||
StorageImpl_Stat
|
StorageImpl_Stat
|
||||||
|
@ -3956,7 +3956,7 @@ static const IStorageVtbl Storage32InternalImpl_Vtbl =
|
||||||
StorageBaseImpl_EnumElements,
|
StorageBaseImpl_EnumElements,
|
||||||
StorageBaseImpl_DestroyElement,
|
StorageBaseImpl_DestroyElement,
|
||||||
StorageBaseImpl_RenameElement,
|
StorageBaseImpl_RenameElement,
|
||||||
StorageImpl_SetElementTimes,
|
StorageBaseImpl_SetElementTimes,
|
||||||
StorageBaseImpl_SetClass,
|
StorageBaseImpl_SetClass,
|
||||||
StorageImpl_SetStateBits,
|
StorageImpl_SetStateBits,
|
||||||
StorageBaseImpl_Stat
|
StorageBaseImpl_Stat
|
||||||
|
|
Loading…
Reference in New Issue