oleaut32: Convert file URLs to DOS paths for special handling in OleLoadPicturePath.
commit61f7f77636c621e576da229f74b70c234cbb612b
authorAndrew Nguyen <anguyen@codeweavers.com>
Thu, 20 May 2010 03:29:42 +0000 (19 22:29 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 May 2010 14:48:37 +0000 (20 16:48 +0200)
tree8073997535014da4f38dba70461d2b8ca25894cf
parentdc13339988523e06148037b06b90ffb8070316ac
oleaut32: Convert file URLs to DOS paths for special handling in OleLoadPicturePath.

File URLs cannot be used in the moniker code path, as binding to the IStream interface is not possible.
dlls/oleaut32/olepicture.c
dlls/oleaut32/tests/olepicture.c