Some small corrections and setup.h additions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1999-01-04 18:34:42 +00:00
parent ac57418f39
commit 124031d517
5 changed files with 19 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#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"

View File

@ -127,6 +127,10 @@
#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
*

View File

@ -158,6 +158,10 @@
// 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
*

View File

@ -111,6 +111,15 @@
// 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
*

View File

@ -15,7 +15,7 @@
#pragma interface
#endif
#include "defs.h"
#include "wx/defs.h"
#ifdef wxUSE_ZLIB