X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf54972ea26c90aa5585ba62d39fcc0e14541d5b..e49c85af1c3166c9cdfdc99b4d9d5103c3c1bd61:/src/msw/dirdlg.cpp?ds=inline 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 // ----------------------------------------------------------------------------