summaryrefslogtreecommitdiff
path: root/win32/win32thread.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-25 12:33:02 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-25 12:33:02 +0000
commit51dd5992be029393cb3f221313a1a6ec2a76c21a (patch)
tree8953d41139cfcf5fb36d28f1e01a518323faaf1f /win32/win32thread.h
parentf7542a9d64058383949b49dafe0a654c777d57f8 (diff)
downloadperl-51dd5992be029393cb3f221313a1a6ec2a76c21a.tar.gz
Rename perl_thread to perl_os_thread.
p4raw-id: //depot/perl@289
Diffstat (limited to 'win32/win32thread.h')
-rw-r--r--win32/win32thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32thread.h b/win32/win32thread.h
index 0c6bb55b69..76392cff77 100644
--- a/win32/win32thread.h
+++ b/win32/win32thread.h
@@ -2,7 +2,7 @@
#define _WIN32THREAD_H
typedef struct win32_cond { LONG waiters; HANDLE sem; } perl_cond;
typedef DWORD perl_key;
-typedef HANDLE perl_thread;
+typedef HANDLE perl_os_thread;
#ifndef DONT_USE_CRITICAL_SECTION