XEmacs 21.2.6
[chise/xemacs-chise.git.1] / src / dired.c
index da7ed57..c2309f1 100644 (file)
@@ -956,7 +956,9 @@ It is used by the functions `file-name-completion' and
 */ );
   Vcompletion_ignored_extensions = Qnil;
 
 */ );
   Vcompletion_ignored_extensions = Qnil;
 
+#ifndef  WINDOWSNT
   user_cache = NULL;
   user_cache_len = 0;
   user_cache_max = 0;
   user_cache = NULL;
   user_cache_len = 0;
   user_cache_max = 0;
+#endif
 }
 }