From ae40cdf92fe05f49a146bbab5e7c9ac3e5c8c59c Mon Sep 17 00:00:00 2001
From: sm <sm@resistor.net>
Date: Thu, 22 Nov 2001 00:06:21 +0000
Subject: [PATCH] Undefine long_long - not supported by VC

---
 config-win32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-win32.h b/config-win32.h
index 4657692964..b2f9cd0104 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -42,7 +42,7 @@
 #define SIZEOF_LONG_DOUBLE 16
 
 /* The number of bytes in a long long.  */
-#define SIZEOF_LONG_LONG 8
+/* #define SIZEOF_LONG_LONG 8 */
 
 /* Define if you have the gethostbyaddr function.  */
 #define HAVE_GETHOSTBYADDR 1
-- 
GitLab