Declare the value of STGM_DIRECT_SWMR.

diff --git a/include/objbase.h b/include/objbase.h
index 5f58bb0..d468e8a 100644
--- a/include/objbase.h
+++ b/include/objbase.h
@@ -453,6 +453,7 @@
 #define STGM_FAILIFTHERE	0x00000000
 #define STGM_NOSCRATCH		0x00100000
 #define STGM_NOSNAPSHOT		0x00200000
+#define STGM_DIRECT_SWMR	0x00400000
 
 typedef struct tagSTGOPTIONS
 {