From 4c539ad7cfb2f54e791e3132291d8b06248e9e92 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 15:55:28 -0700 Subject: [PATCH] [svn] Define SIZEOF_LONG_LONG under DMC. --- windows/config-compiler.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/config-compiler.h b/windows/config-compiler.h index 7ad1d12a..5ce1c9b8 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -124,6 +124,8 @@ so, delete this exception statement from your version. */ #define HAVE_USLEEP 1 #define HAVE_STDBOOL_H 1 #define HAVE__BOOL 1 +#undef SIZEOF_LONG_LONG +#define SIZEOF_LONG_LONG 8 #else # error Your compiler is not supported. -- 2.39.2