]> granicus.if.org Git - imagemagick/commitdiff
Changes for really old versions of Visual Studio.
authordirk <dirk@git.imagemagick.org>
Fri, 6 Sep 2013 04:56:30 +0000 (04:56 +0000)
committerdirk <dirk@git.imagemagick.org>
Fri, 6 Sep 2013 04:56:30 +0000 (04:56 +0000)
MagickCore/utility-private.h

index e7a178c4397af762fd6df2fbbf308d48ce69dfe0..3152e4ff931be779b4d6ea72eeac37fea409feb6 100644 (file)
@@ -248,7 +248,7 @@ static inline int stat_utf8(const char *path,struct stat *attributes)
    if (path_wide == (WCHAR *) NULL)
      return(-1);
    count=MultiByteToWideChar(CP_UTF8,0,path,-1,path_wide,count);
-   status=_wstat64(path_wide,attributes);
+   status=wstat(path_wide,attributes);
    path_wide=(WCHAR *) RelinquishMagickMemory(path_wide);
    return(status);
 #endif