ole32: Accept STG_E_UNIMPLEMENTEDFUNCTION when ILockBytes implementation doesn't...
commit1f17334fc298d40459aca511702525d2f15d84db
authorDmitry Timoshkov <dmitry@baikal.ru>
Fri, 3 Jul 2015 07:27:22 +0000 (3 15:27 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Jul 2015 07:34:47 +0000 (6 16:34 +0900)
tree7d8d5de6620f764bea53e7b8287cf09ec68a7347
parent07f8493895d7567b70d84bd1a176c5fb6f332d16
ole32: Accept STG_E_UNIMPLEMENTEDFUNCTION when ILockBytes implementation doesn't support locking.

Some custom implementations return it instead of STG_E_INVALIDFUNCTION.
dlls/ole32/storage32.c