X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fndir.h;h=d05a05e14275f4372ad9f85714e33d23084b1f78;hb=a858680c386500889ac6f2d6d47f392c8a743c01;hp=9684594bfc9379c77cccce8d2a460b9cf823a593;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git.1 diff --git a/src/ndir.h b/src/ndir.h index 9684594..d05a05e 100644 --- a/src/ndir.h +++ b/src/ndir.h @@ -27,11 +27,11 @@ Boston, MA 02111-1307, USA. */ #define INCLUDED_ndir_h_ #define DIRBLKSIZ 512 /* size of directory block */ -#ifdef WINDOWSNT +#ifdef WIN32_NATIVE #define MAXNAMLEN 255 -#else /* not WINDOWSNT */ +#else /* not WIN32_NATIVE */ #define MAXNAMLEN 15 /* maximum filename length */ -#endif /* not WINDOWSNT */ +#endif /* not WIN32_NATIVE */ /* NOTE: MAXNAMLEN must be one less than a multiple of 4 */ struct direct /* data from readdir() */