]> sjero.net Git - wget/blobdiff - src/mswindows.h
[svn] Allow 64-bit wgint without LFS.
[wget] / src / mswindows.h
index 8b9330b0be2d701488179e8973918b86ed4fbace..c61c56edbf87130767ca4f274b1923249faadb09 100644 (file)
@@ -84,7 +84,6 @@ so, delete this exception statement from your version.  */
 /* Define a wgint type under Windows. */
 typedef __int64 wgint;
 #define SIZEOF_WGINT 8
-#define WGINT_MAX LL (9223372036854775807)
 
 /* str_to_wgint is a function with the semantics of strtol[l], but
    which works on wgint.  */