summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-11 17:49:39 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-11 17:49:39 +0000
commit1018e26f1c13277648057b08a7b77db44ebc46fe (patch)
treecf4732d6b57057c8a413df56f7355011bfcbd185 /win32/win32.h
parent85439dabe787f501fcc574bbf8ea205f27e2943b (diff)
downloadperl-1018e26f1c13277648057b08a7b77db44ebc46fe.tar.gz
A mostly-stable version of "new" Win32 signal/kill support.
p4raw-id: //depot/perlio@14192
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index a1f7ea0e0e..c20c2f7250 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -523,6 +523,9 @@ EXTERN_C _CRTIMP ioinfo* __pioinfo[];
#define EAFNOSUPPORT WSAEAFNOSUPPORT
#endif
+DllExport PerlInterpreter *win32_signal_context(void);
+#define PERL_GET_SIG_CONTEXT win32_signal_context()
+
#endif /* _INC_WIN32_PERL5 */