diff 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
line wrap: on
line diff
--- a/src/nt.h	Thu May 31 02:05:18 2001 +0000
+++ b/src/nt.h	Thu May 31 12:03:39 2001 +0000
@@ -105,6 +105,7 @@
 
 void set_process_dir (const char * dir);
 time_t convert_time (FILETIME ft);
+int mswindows_utime (Lisp_Object path, struct utimbuf *times);
 
 extern void init_ntproc (void);
 extern void term_ntproc (int unused);