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:
parent
6d55d620a6
commit
38adb313a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue