summaryrefslogtreecommitdiff
path: root/test/threads.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-09 20:26:24 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-09 20:26:24 +0000
commit100f78de3f9d671c993a17ce56ae9e41756dafb5 (patch)
tree82a34092eec1b9f44a1a7b89571cf49d29196c02 /test/threads.h
parent7e38b22fa0f060ced575d2881066fa6a5ba9f15d (diff)
CygWin threading fixes from Teun.
Update dependencies. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/threads.h')
-rw-r--r--test/threads.h6
1 files changed, 3 insertions, 3 deletions
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 <pthread.h>
@@ -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 $".
//