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