]> sjero.net Git - wget/blobdiff - windows/config-compiler.h
[svn] Use strtoll on Windows if available (as with DMC).
[wget] / windows / config-compiler.h
index 5ce1c9b81a9a58ffbd68b9043fa8d7d1e1ae258d..08bfa499ecfc619b358d22ad69f0b4b94b30f5f7 100644 (file)
@@ -95,6 +95,10 @@ so, delete this exception statement from your version.  */
 #define struct_fstat struct _stati64
 
 #define isatty _isatty
+
+#if _MSC_VER >= 1300
+# define HAVE__STRTOI64
+#endif
 \f
 /* ------------------ */
 /* Borland C section. */
@@ -126,6 +130,7 @@ so, delete this exception statement from your version.  */
 #define HAVE__BOOL 1
 #undef SIZEOF_LONG_LONG
 #define SIZEOF_LONG_LONG 8
+#define HAVE_STRTOLL
 \f
 #else
 # error Your compiler is not supported.