Commit 76747022 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Declare the value of STGM_DIRECT_SWMR.

parent 5def7dd3
......@@ -453,6 +453,7 @@ HRESULT WINAPI MonikerRelativePathTo(LPMONIKER pmkSrc, LPMONIKER pmkDest, LPMONI
#define STGM_FAILIFTHERE 0x00000000
#define STGM_NOSCRATCH 0x00100000
#define STGM_NOSNAPSHOT 0x00200000
#define STGM_DIRECT_SWMR 0x00400000
typedef struct tagSTGOPTIONS
{
......
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