ole32: Copy the mode flags into the STATSTG structure in IStorage::Stat.
commit5d051af6aea9d473843ca6aa2a39a02b808f7af3
authorRobert Shearman <rob@codeweavers.com>
Wed, 3 May 2006 13:49:51 +0000 (3 14:49 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 May 2006 19:49:39 +0000 (5 21:49 +0200)
treee980146079f768ba568c05ab238d447633c4d2e0
parentdd58e54e4384ed30ee7769960ff344b1876309e6
ole32: Copy the mode flags into the STATSTG structure in IStorage::Stat.

Copy the mode flags into the STATSTG structure in IStorage::Stat. Don't
store the STGM_CREATE flag in openFlags, since it is only relevant when
opening the stream and the tests show that it isn't returned in the
STATSTG structure.
dlls/ole32/storage32.c
dlls/ole32/tests/storage32.c