X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fnt.h;h=a20a68da3596f5495bb37026fa99654d251fe785;hb=97ae0d9bcc1fdfcc040948ba9227b2a8be8e07eb;hp=89798e3c20317cb8a1a9b93f06291f5b3ee44e8e;hpb=976b002b16336930724ae22476014583ad022e7d;p=chise%2Fxemacs-chise.git- diff --git a/src/nt.h b/src/nt.h index 89798e3..a20a68d 100644 --- a/src/nt.h +++ b/src/nt.h @@ -1,6 +1,3 @@ -#ifndef _NT_H_ -#define _NT_H_ - /* Support routines for the NT version of XEmacs. Copyright (C) 1994 Free Software Foundation, Inc. @@ -26,6 +23,9 @@ Boston, MA 02111-1307, USA. */ /* #define FULL_DEBUG */ +#ifndef INCLUDED_nt_h_ +#define INCLUDED_nt_h_ + #ifdef DEBUG_XEMACS #define DebPrint(stuff) _DebPrint stuff #else @@ -148,6 +148,6 @@ void set_process_dir (const char * dir); time_t convert_time (FILETIME ft); extern void init_ntproc (); -extern void term_ntproc (); +extern void term_ntproc (int unused); -#endif /* _NT_H_ */ +#endif /* INCLUDED_nt_h_ */