Commit 95b71ed8 authored by Richard Cohen's avatar Richard Cohen Committed by Alexandre Julliard

IEnum::Clone shouldn't do a Reset.

parent a96e1cef
......@@ -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;
......
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