X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Frealpath.c;h=be14a426f854f5d640a24a90a756d2a5cf305050;hb=762383636a99307282c2d93d26c35c046ec24da1;hp=08d32d7bf23f96af6d74dca2e304cc5d36812570;hpb=e31bfd1501359ce20fe1caf6b913a019318ec83c;p=chise%2Fxemacs-chise.git- diff --git a/src/realpath.c b/src/realpath.c index 08d32d7..be14a42 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ #include #endif -#ifdef WINDOWSNT +#ifdef WIN32_NATIVE #include #endif @@ -78,7 +78,7 @@ xrealpath (const char *path, char resolved_path []) strcpy (copy_path, path); path = copy_path; max_path = copy_path + PATH_MAX - 2; -#ifdef WINDOWSNT +#ifdef WIN32_NATIVE /* ** In NT we have two different cases: (1) the path name begins ** with a drive letter, e.g., "C:"; and (2) the path name begins