updated for version 7.0109
diff --git a/src/vim.h b/src/vim.h
index cdffd4a..d8cd699 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1897,7 +1897,7 @@
 /* values for vim_handle_signal() that are not a signal */
 #define SIGNAL_BLOCK	-1
 #define SIGNAL_UNBLOCK  -2
-#ifndef UNIX
+#if !defined(UNIX) && !defined(VMS)
 # define vim_handle_signal(x) 0
 #endif