X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf54972ea26c90aa5585ba62d39fcc0e14541d5b..e136b7476372a2ce0a51a43a0ffc3f31a1e2b2d5:/src/msw/dirdlg.cpp diff --git a/src/msw/dirdlg.cpp b/src/msw/dirdlg.cpp index ceca8d1fe9..9d79a398f1 100644 --- a/src/msw/dirdlg.cpp +++ b/src/msw/dirdlg.cpp @@ -60,6 +60,10 @@ #define BIF_NONEWFOLDERBUTTON 0x0200 #endif +#ifndef BIF_EDITBOX + #define BIF_EDITBOX 16 +#endif + // ---------------------------------------------------------------------------- // wxWindows macros // ----------------------------------------------------------------------------