From: Geoff Voelker Date: Wed, 29 Apr 1998 04:34:29 +0000 (+0000) Subject: [WINDOWSNT]: Use function prototypes. X-Git-Tag: emacs-20.3~1251 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38adb313a0954b7344fb74f0635ca9d6bbacee82;p=emacs.git [WINDOWSNT]: Use function prototypes. --- 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) ()