summaryrefslogtreecommitdiffstats
path: root/src/os_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_win32.h')
-rw-r--r--src/os_win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_win32.h b/src/os_win32.h
index 7f9ee8d09c..87555b7896 100644
--- a/src/os_win32.h
+++ b/src/os_win32.h
@@ -95,6 +95,8 @@
# endif
#endif
+typedef void (*sighandler_T)(int, int);
+
/*
* Win32 has plenty of memory, use large buffers
*/