OLE32: declare the value of STGM_DIRECT_SWMR

Mike McCormack mike at codeweavers.com
Fri Mar 4 10:34:48 CST 2005


ChangeLog:
* declare the value of STGM_DIRECT_SWMR
-------------- next part --------------
Index: include/objbase.h
===================================================================
RCS file: /home/wine/wine/include/objbase.h,v
retrieving revision 1.53
diff -u -p -r1.53 objbase.h
--- include/objbase.h	2 Mar 2005 13:53:50 -0000	1.53
+++ include/objbase.h	4 Mar 2005 16:32:36 -0000
@@ -453,6 +453,7 @@ HRESULT WINAPI MonikerRelativePathTo(LPM
 #define STGM_FAILIFTHERE	0x00000000
 #define STGM_NOSCRATCH		0x00100000
 #define STGM_NOSNAPSHOT		0x00200000
+#define STGM_DIRECT_SWMR	0x00400000
 
 typedef struct tagSTGOPTIONS
 {


More information about the wine-patches mailing list