ole32: Rename entry_updatable() to its more common spelling.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
62a1410a07
commit
5fd5618e3d
|
@ -2562,7 +2562,7 @@ static HRESULT WINAPI DataCache_IOleCache2_SetData(
|
||||||
return OLE_E_BLANK;
|
return OLE_E_BLANK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOL entry_updateable( DataCacheEntry *entry, DWORD mode )
|
static BOOL entry_updatable( DataCacheEntry *entry, DWORD mode )
|
||||||
{
|
{
|
||||||
BOOL is_blank = entry->stgmedium.tymed == TYMED_NULL;
|
BOOL is_blank = entry->stgmedium.tymed == TYMED_NULL;
|
||||||
|
|
||||||
|
@ -2595,7 +2595,7 @@ static HRESULT WINAPI DataCache_UpdateCache( IOleCache2 *iface, IDataObject *dat
|
||||||
{
|
{
|
||||||
slots++;
|
slots++;
|
||||||
|
|
||||||
if (!entry_updateable( cache_entry, mode ))
|
if (!entry_updatable( cache_entry, mode ))
|
||||||
{
|
{
|
||||||
done_one = TRUE;
|
done_one = TRUE;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue