[4/4] dlls/ole32: Add more traces to the storage methods. Take 2.

Vincent Povirk madewokherd at gmail.com
Mon Nov 2 11:13:11 CST 2015


>  static HRESULT TransactedSnapshotImpl_LockTransaction(StorageBaseImpl *base, BOOL write)
>  {
> +  FIXME("stub\n");
>    return E_NOTIMPL;
>  }
>
>  static HRESULT TransactedSnapshotImpl_UnlockTransaction(StorageBaseImpl *base, BOOL write)
>  {
> +  FIXME("stub\n");
>    return E_NOTIMPL;
>  }

It's the same situation with these two. They are internal functions,
and they're not supposed to be implemented.



More information about the wine-devel mailing list