Remove checks for BIF_XXX
<https://msdn.microsoft.com/en-us/library/windows/desktop/bb773205(v=vs.85).aspx>
This commit is contained in:
@@ -147,18 +147,10 @@ DEFINE_GUID(IID_IFileDialog,
|
|||||||
// constants
|
// constants
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifndef BIF_NEWDIALOGSTYLE
|
|
||||||
#define BIF_NEWDIALOGSTYLE 0x0040
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BIF_NONEWFOLDERBUTTON
|
#ifndef BIF_NONEWFOLDERBUTTON
|
||||||
#define BIF_NONEWFOLDERBUTTON 0x0200
|
#define BIF_NONEWFOLDERBUTTON 0x0200
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BIF_EDITBOX
|
|
||||||
#define BIF_EDITBOX 16
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxWidgets macros
|
// wxWidgets macros
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user