]> code.delx.au - gnu-emacs/blobdiff - src/ndir.h
(Fbyte_code): Use BEFORE_POTENTIAL_GC and
[gnu-emacs] / src / ndir.h
index 438d5c20a12cd7b62a96f9a599057ee876069e1e..f02dfbd6703a38b8c7dba547b329080ae6468c5b 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef RMS$_SUC
 #include <rmsdef.h>
 #endif
-#include "dir.h"
+#include "vmsdir.h"
 #endif /* VMS */
 
 #define DIRBLKSIZ      512             /* size of directory block */
 #define MAXNAMLEN      (DIR$S_NAME + 7) /* 80 plus room for version #.  */
 #define MAXFULLSPEC    NAM$C_MAXRSS /* Maximum full spec */
 #else
+#ifdef WINDOWSNT
+#define MAXNAMLEN      255
+#else  /* not WINDOWSNT */
 #define MAXNAMLEN      15              /* maximum filename length */
+#endif /* not WINDOWSNT */
 #endif /* VMS */
        /* NOTE:  MAXNAMLEN must be one less than a multiple of 4 */