From 100f78de3f9d671c993a17ce56ae9e41756dafb5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 9 Dec 2001 20:26:24 +0000 Subject: CygWin threading fixes from Teun. Update dependencies. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/threads.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/threads.h') diff --git a/test/threads.h b/test/threads.h index 2f3a81d1e..dd8197325 100644 --- a/test/threads.h +++ b/test/threads.h @@ -1,5 +1,5 @@ // -// "$Id: threads.h,v 1.1.2.1 2001/12/08 16:23:51 easysw Exp $" +// "$Id: threads.h,v 1.1.2.2 2001/12/09 20:26:24 easysw Exp $" // // Simple threading API for the Fast Light Tool Kit (FLTK). // @@ -41,7 +41,7 @@ #ifndef Threads_H # define Threads_H -# ifndef WIN32 +# if HAVE_PTHREAD_H // Use POSIX threading... # include @@ -160,5 +160,5 @@ public: #endif // !Threads_h // -// End of "$Id: threads.h,v 1.1.2.1 2001/12/08 16:23:51 easysw Exp $". +// End of "$Id: threads.h,v 1.1.2.2 2001/12/09 20:26:24 easysw Exp $". // -- cgit v1.2.3