summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-05-08 00:32:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-05-08 00:32:47 +0000
commitf4958739667376c0faa87fba69392c434e87055f (patch)
tree7fa77ce92f2ddba086dad616dbadb4a6c6eb03d2 /win32/win32.h
parent6e21dc912fff1c74f60032b406b7b96bd0c3ee86 (diff)
downloadperl-f4958739667376c0faa87fba69392c434e87055f.tar.gz
5005threads builds again on windows
p4raw-id: //depot/perl@16461
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 91baa822c8..f37829b174 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -552,7 +552,7 @@ EXTERN_C _CRTIMP ioinfo* __pioinfo[];
#define EAFNOSUPPORT WSAEAFNOSUPPORT
#endif
-DllExport PerlInterpreter *win32_signal_context(void);
+DllExport void *win32_signal_context(void);
#define PERL_GET_SIG_CONTEXT win32_signal_context()
#endif /* _INC_WIN32_PERL5 */