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) ()