Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
139 int err, HANDLE handles[4]); | 139 int err, HANDLE handles[4]); |
140 | 140 |
141 /* Return the string resource associated with KEY of type TYPE. */ | 141 /* Return the string resource associated with KEY of type TYPE. */ |
142 extern LPBYTE nt_get_resource (char * key, LPDWORD type); | 142 extern LPBYTE nt_get_resource (char * key, LPDWORD type); |
143 | 143 |
144 void set_process_dir (const char * dir); | |
145 time_t convert_time (FILETIME ft); | |
146 | |
144 extern void init_ntproc (); | 147 extern void init_ntproc (); |
145 extern void term_ntproc (); | 148 extern void term_ntproc (); |
146 | 149 |
147 #endif /* _NT_H_ */ | 150 #endif /* _NT_H_ */ |