XEmacs 21.2.20 "Yoko".
[chise/xemacs-chise.git.1] / src / ntheap.h
index 6bde266..1d193a3 100644 (file)
@@ -87,7 +87,7 @@ extern unsigned char *round_to_next (unsigned char *address,
 /* Useful routines for manipulating memory-mapped files. */
 
 typedef struct file_data {
-    char          *name;
+    CONST char    *name;
     unsigned long  size;
     HANDLE         file;
     HANDLE         file_mapping;