commit | 7674702238e5cbbd78861865053631eec2c1e14c | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Sat Mar 05 10:47:01 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Mar 05 10:47:01 2005 +0000 |
tree | 050ff617d53c5bbacf27f1c0714d0f21ecbb08c2 | |
parent | 5def7dd337cd52a81965138dde3f446e90bc3340 [diff] [blame] |
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 {