mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
IEnum::Clone shouldn't do a Reset.
This commit is contained in:
parent
a96e1cef9f
commit
95b71ed885
@ -968,7 +968,7 @@ static HRESULT WINAPI EnumMonikerImpl_CreateEnumROTMoniker(MInterfacePointer **m
|
||||
|
||||
/* the initial reference is set to "1" */
|
||||
This->ref = 1; /* set the ref count to one */
|
||||
This->pos = 0; /* Set the list start posn to start */
|
||||
This->pos = current_pos; /* Set the list start posn */
|
||||
This->moniker_count = moniker_count; /* Need the same size table as ROT */
|
||||
This->monikers = monikers;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user