shobjidl.idl: added definition for FOS_SUPPORTSTREAMABLEITEMS to FILEOPENDIALOGOPTIONS enum

Signed-off-by: Richard Pospesel <richard@torproject.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
This commit is contained in:
Richard Pospesel 2019-07-31 12:18:23 -07:00 committed by Jacek Caban
parent b7e28c0b18
commit 84b72df844
2 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,12 @@
/*** Autogenerated by WIDL 3.20 from include/shobjidl.idl - Do not edit ***/
/*** Autogenerated by WIDL 4.12.1 from include/shobjidl.idl - Do not edit ***/
#ifdef _WIN32
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#endif
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
@ -21509,7 +21510,8 @@ enum _FILEOPENDIALOGOPTIONS {
FOS_DONTADDTORECENT = 0x2000000,
FOS_FORCESHOWHIDDEN = 0x10000000,
FOS_DEFAULTNOMINIMODE = 0x20000000,
FOS_FORCEPREVIEWPANEON = 0x40000000
FOS_FORCEPREVIEWPANEON = 0x40000000,
FOS_SUPPORTSTREAMABLEITEMS = 0x80000000
};
typedef DWORD FILEOPENDIALOGOPTIONS;

View File

@ -2786,7 +2786,8 @@ interface IFileDialog : IModalWindow {
FOS_DONTADDTORECENT = 0x02000000,
FOS_FORCESHOWHIDDEN = 0x10000000,
FOS_DEFAULTNOMINIMODE = 0x20000000,
FOS_FORCEPREVIEWPANEON = 0x40000000
FOS_FORCEPREVIEWPANEON = 0x40000000,
FOS_SUPPORTSTREAMABLEITEMS = 0x80000000
};
cpp_quote("")
typedef DWORD FILEOPENDIALOGOPTIONS;