Many changes to the printing classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-03-25 23:06:01 +00:00
parent 0ed9a934ca
commit 7bcb11d307
59 changed files with 5485 additions and 4090 deletions

View File

@@ -24,12 +24,13 @@
#pragma implementation "thread.h"
#endif
// With simple makefiles, we must ignore the file body if not using
// threads.
#include "wx/setup.h"
#if wxUSE_THREADS
#include "wx/thread.h"
#if !wxUSE_THREADS
#error This file needs wxUSE_THREADS
#endif
#include "wx/module.h"
#include "wx/utils.h"
#include "wx/log.h"
@@ -42,7 +43,7 @@
#include <errno.h>
#include <time.h>
#ifdef HAVE_SCHED_H
#if HAVE_SCHED_H
#include <sched.h>
#endif
@@ -793,3 +794,5 @@ void wxMutexGuiLeave()
gs_mutexGui->Unlock();
}
#endif
// wxUSE_THREADS