Commit 0debd2fe authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

ole32: Remove fixme for transacted mode.

parent 9d9c4061
......@@ -6355,9 +6355,6 @@ HRESULT WINAPI StgCreateDocfile(
if (STGM_SHARE_MODE(grfMode) && !(grfMode & STGM_SHARE_DENY_NONE))
FIXME("Storage share mode not implemented.\n");
if (grfMode & STGM_TRANSACTED)
FIXME("Transacted mode not implemented.\n");
*ppstgOpen = 0;
hFile = CreateFileW(pwcsName,
......
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