summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-03 04:48:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-03 04:48:08 +0000
commit93bce2dcd9a377cf8ad779ab0e9115bcce1265d2 (patch)
tree57a0e94618dd99aacf6eeda52ab68106ca29b787 /thread.h
parent43a861f1c4418d63c6d99fbecb816d11ccf25793 (diff)
downloadperl-93bce2dcd9a377cf8ad779ab0e9115bcce1265d2.tar.gz
[win32] Fix minor problems with non USE_THREADS build. win32 branch
now looks 5.004_57-ready. p4raw-id: //depot/win32/perl@456
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index 1b1ddf98be..07604f6bcc 100644
--- a/thread.h
+++ b/thread.h
@@ -217,6 +217,8 @@ typedef struct condpair {
#define COND_BROADCAST(c)
#define COND_WAIT(c, m)
#define COND_DESTROY(c)
+#define LOCK_SV_MUTEX
+#define UNLOCK_SV_MUTEX
#define THR
/* Rats: if dTHR is just blank then the subsequent ";" throws an error */