diff src/s/windowsnt.h @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 41f2f0e326e9
children c5d627a313b1
line wrap: on
line diff
--- a/src/s/windowsnt.h	Mon Aug 13 10:24:47 2007 +0200
+++ b/src/s/windowsnt.h	Mon Aug 13 10:25:37 2007 +0200
@@ -125,6 +125,9 @@
 #define DIRECTORY_SEP XINT (Vdirectory_sep_char)
 #endif
 
+/* XEmacs file I/O for DOS text files requires FILE_CODING */
+#define FILE_CODING
+
 #define DIRECTORY_SEP '\\'
 
 /* Define this to be the separator between devices and paths */
@@ -281,6 +284,11 @@
 #define abort	win32_abort
 #endif
 
+/* Random global functions called everywhere. Implemented in nt.c */
+void dostounix_filename (char *p);
+void unixtodos_filename (char *p);
+char *getwd (char *dir);
+
 /* Setitimer is emulated */
 #define HAVE_SETITIMER