// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
+
#ifdef __GNUG__
#pragma implementation "dirdlg.h"
#endif
#pragma hdrstop
#endif
-#if defined(__WIN95__) && !defined(__GNUWIN32_OLD__)
+#include "wx/setup.h"
+
+#if wxUSE_DIRDLG
+
+#if defined(__WIN95__) && !defined(__GNUWIN32_OLD__) && wxUSE_OLE
#ifndef WX_PRECOMP
#include "wx/utils.h"
#else
#include "../generic/dirdlgg.cpp"
#endif // compiler/platform on which the code here compiles
+
+#endif // wxUSE_DIRDLG