mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-12 03:03:53 +08:00
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:
parent
b7e28c0b18
commit
84b72df844
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user