| commit | 81887909461d35f5d209f5632c007f0b95855bd0 | [log] [tgz] |
|---|---|---|
| author | Matthew Mastracci <mmastrac@canada.com> | Thu May 05 16:44:05 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu May 05 16:44:05 2005 +0000 |
| tree | 63502385dbdbb4ed7256a27e3c087802ed88d7f3 | |
| parent | 05a494c2b50c869feed0b004d2adf059b02ed60d [diff] [blame] |
Replace StgCreateStorageEx stub with call to StgCreateDocfile and add required STGFMT_* enumerations.
diff --git a/include/objbase.h b/include/objbase.h index f552dbe..8bad522 100644 --- a/include/objbase.h +++ b/include/objbase.h
@@ -463,6 +463,11 @@ #define STGM_NOSNAPSHOT 0x00200000 #define STGM_DIRECT_SWMR 0x00400000 +#define STGFMT_STORAGE 0 +#define STGFMT_FILE 3 +#define STGFMT_ANY 4 +#define STGFMT_DOCFILE 5 + typedef struct tagSTGOPTIONS { USHORT usVersion;