From 04b08da9af0c450d645ab7389d1467308cfc2db8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 4 Mar 2013 21:27:36 +0100 Subject: Imported Upstream version 1.1~hg20130304 --- src/pkg/runtime/os_windows.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pkg/runtime/os_windows.h') diff --git a/src/pkg/runtime/os_windows.h b/src/pkg/runtime/os_windows.h index 9d387b7ad..cf0ecb68e 100644 --- a/src/pkg/runtime/os_windows.h +++ b/src/pkg/runtime/os_windows.h @@ -28,5 +28,8 @@ uint32 runtime·ctrlhandler(uint32 type); byte *runtime·compilecallback(Eface fn, bool cleanstack); void *runtime·callbackasm(void); +void runtime·install_exception_handler(void); +void runtime·remove_exception_handler(void); + // TODO(brainman): should not need those #define NSIG 65 -- cgit v1.2.3