comparison src/nt.h @ 592:4f6ba8f1fb3d

[xemacs-hg @ 2001-05-31 12:03:37 by adrian] [PATCH] Fix time preservation in (copy-file ...) on native Windows <1yp8gt63.fsf@rapier.ecf.teradyne.com>
author adrian
date Thu, 31 May 2001 12:03:39 +0000
parents abe6d1db359e
children c9c1c4ce8f0f
comparison
equal deleted inserted replaced
591:ec73ae6e772b 592:4f6ba8f1fb3d
103 /* Return the string resource associated with KEY of type TYPE. */ 103 /* Return the string resource associated with KEY of type TYPE. */
104 extern LPBYTE nt_get_resource (char * key, LPDWORD type); 104 extern LPBYTE nt_get_resource (char * key, LPDWORD type);
105 105
106 void set_process_dir (const char * dir); 106 void set_process_dir (const char * dir);
107 time_t convert_time (FILETIME ft); 107 time_t convert_time (FILETIME ft);
108 int mswindows_utime (Lisp_Object path, struct utimbuf *times);
108 109
109 extern void init_ntproc (void); 110 extern void init_ntproc (void);
110 extern void term_ntproc (int unused); 111 extern void term_ntproc (int unused);
111 112
112 /* ----------------------------------------------------------------- */ 113 /* ----------------------------------------------------------------- */