1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00

[WINDOWSNT]: Use function prototypes.

This commit is contained in:
Geoff Voelker 1998-04-29 04:34:29 +00:00
parent 6d55d620a6
commit 38adb313a0

View file

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