From 38adb313a0954b7344fb74f0635ca9d6bbacee82 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Wed, 29 Apr 1998 04:34:29 +0000 Subject: [PATCH] [WINDOWSNT]: Use function prototypes. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index a3ffda3e9bc..bda73db6aa7 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1272,7 +1272,7 @@ typedef unsigned char UCHAR; #endif /* Declare the prototype for a general external function. */ -#ifdef __STDC__ +#if defined (__STDC__) || defined (WINDOWSNT) #define P_(proto) proto #else #define P_(proto) () -- 2.39.5