Mercurial > hg > xemacs-beta
comparison src/nt.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
1 #ifndef _NT_H_ | |
2 #define _NT_H_ | |
3 | |
4 /* Support routines for the NT version of XEmacs. | 1 /* Support routines for the NT version of XEmacs. |
5 Copyright (C) 1994 Free Software Foundation, Inc. | 2 Copyright (C) 1994 Free Software Foundation, Inc. |
6 | 3 |
7 This file is part of XEmacs. | 4 This file is part of XEmacs. |
8 | 5 |
23 | 20 |
24 /* Adapted for XEmacs by David Hobley <david@spook-le0.cia.com.au> */ | 21 /* Adapted for XEmacs by David Hobley <david@spook-le0.cia.com.au> */ |
25 /* Sync'ed with Emacs 19.34.6 by Marc Paquette <marcpa@cam.org> */ | 22 /* Sync'ed with Emacs 19.34.6 by Marc Paquette <marcpa@cam.org> */ |
26 | 23 |
27 /* #define FULL_DEBUG */ | 24 /* #define FULL_DEBUG */ |
25 | |
26 #ifndef INCLUDED_nt_h_ | |
27 #define INCLUDED_nt_h_ | |
28 | 28 |
29 #ifdef DEBUG_XEMACS | 29 #ifdef DEBUG_XEMACS |
30 #define DebPrint(stuff) _DebPrint stuff | 30 #define DebPrint(stuff) _DebPrint stuff |
31 #else | 31 #else |
32 #define DebPrint(stuff) | 32 #define DebPrint(stuff) |
148 time_t convert_time (FILETIME ft); | 148 time_t convert_time (FILETIME ft); |
149 | 149 |
150 extern void init_ntproc (); | 150 extern void init_ntproc (); |
151 extern void term_ntproc (); | 151 extern void term_ntproc (); |
152 | 152 |
153 #endif /* _NT_H_ */ | 153 #endif /* INCLUDED_nt_h_ */ |