summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/windows/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/windows/os.h')
-rw-r--r--src/pkg/runtime/windows/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/windows/os.h b/src/pkg/runtime/windows/os.h
index 391eace5a..77881e86e 100644
--- a/src/pkg/runtime/windows/os.h
+++ b/src/pkg/runtime/windows/os.h
@@ -20,6 +20,7 @@ uint32 runtime·tstart_stdcall(M *newm);
uint32 runtime·issigpanic(uint32);
void runtime·sigpanic(void);
+uint32 runtime·ctrlhandler(uint32 type);
// Windows dll function to go callback entry.
byte *runtime·compilecallback(Eface fn, bool cleanstack);