aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-11-25 01:02:52 +0000
committerYang Tse <yangsita@gmail.com>2006-11-25 01:02:52 +0000
commita46f55b9de423b4084982467d6f28f69a64ab8f3 (patch)
treeb7fff68dc4d7e9d68b267bc0918f96c3a9771e61 /lib/config-win32.h
parenta634f644005cbe2b3dea2b84328d605ec3474054 (diff)
Make sure RETSIGTYPE is properly defined
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 3fd08f5bf..443be95e6 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -294,7 +294,7 @@
#define in_addr_t unsigned long
/* Define as the return type of signal handlers (int or void). */
-/* #define RETSIGTYPE void */
+#define RETSIGTYPE void
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__)
#elif defined(_WIN64)