Mercurial > hg > xemacs-beta
diff src/nt.h @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 41f2f0e326e9 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/nt.h Mon Aug 13 10:35:07 2007 +0200 +++ b/src/nt.h Mon Aug 13 10:35:54 2007 +0200 @@ -141,6 +141,9 @@ /* Return the string resource associated with KEY of type TYPE. */ extern LPBYTE nt_get_resource (char * key, LPDWORD type); +void set_process_dir (const char * dir); +time_t convert_time (FILETIME ft); + extern void init_ntproc (); extern void term_ntproc ();