#include "wx/generic/dirctrlg.h"
#ifdef __WXMSW__
+#include <windows.h>
#include <direct.h>
#include <stdlib.h>
#include <ctype.h>
#endif
+#ifdef __BORLANDC__
+#include "dos.h"
+#endif
+
// If compiled under Windows, this macro can cause problems
#ifdef GetFirstChild
#undef GetFirstChild