git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1316
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define _WX_DIRDLG_H_BASE_
#if defined(__WXMSW__)
-#ifdef __WIN16__
+#if defined(__WIN16__) || defined(__GNUWIN32__)
#include "wx/generic/dirdlgg.h"
#else
#include "wx/msw/dirdlg.h"
#define wxUSE_THREADS 0
// Use threads
+#define wxUSE_ZLIB 1
+ // Use zlib for compression in streams and PNG code
+#define wxUSE_LIBPNG 1
+ // Use PNG bitmap code
/*
* Finer detail
*
// support for multithreaded applications: if
// 1, compile in thread classes (thread.h)
// and make the library thread safe
+#define wxUSE_ZLIB 1
+ // Use zlib for compression in streams and PNG code
+#define wxUSE_LIBPNG 1
+ // Use PNG bitmap code
/*
* Finer detail
*
// if enabled, compiles built-in OS independent wxConfig
// class and it's file (any platform) and registry (Win)
// based implementations
+#define wxUSE_TIMEDATE 1
+ // Use time and date
+#define wxUSE_THREADS 0
+ // Use threads
+
+#define wxUSE_ZLIB 1
+ // Use zlib for compression in streams and PNG code
+#define wxUSE_LIBPNG 1
+ // Use PNG bitmap code
/*
* Finer detail
*
#pragma interface
#endif
-#include "defs.h"
+#include "wx/defs.h"
#ifdef wxUSE_ZLIB