ole32: Remove an unnecessary special case in StorageBaseImpl_CopyTo.
commit6afe24c38d6ff3644f3ae9108536f9476e73818a
authorVincent Povirk <vincent@codeweavers.com>
Mon, 14 Dec 2009 00:21:54 +0000 (13 18:21 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Dec 2009 11:06:25 +0000 (14 12:06 +0100)
treed38e1ab6d4c572c13905ec1fb82de4c08c3a9043
parent0ad48797f8382aa74352883f160a4bdac8037fd3
ole32: Remove an unnecessary special case in StorageBaseImpl_CopyTo.

Opening a storage when it has already been opened now fails with
STG_E_ACCESSDENIED. If we attempt to copy a storage to its own child, this
will happen during the copy.
dlls/ole32/storage32.c