]> sjero.net Git - wget/blobdiff - src/mswindows.h
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for...
[wget] / src / mswindows.h
index 8b9330b0be2d701488179e8973918b86ed4fbace..34f909a44ce208544e6865ca493f258f84964f0d 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for windows
-   Copyright (C) 1996-2005 Free Software Foundation, Inc.
+   Copyright (C) 1996-2006 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -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.  */