Declare the value of STGM_DIRECT_SWMR.

This commit is contained in:
Mike McCormack 2005-03-05 10:47:01 +00:00 committed by Alexandre Julliard
parent 5def7dd337
commit 7674702238

View file

@ -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
{