ref: 329b3ce3243ce40a38ea6a219a8b4a37bf04d00e
parent: 4ef4bdf066bba4a0fb851e14714a77580cf860c4
author: David Turner <[email protected]>
date: Wed Mar 13 04:37:50 EST 2002
* include/freetype/config/ftoption.h: changed the automatic detection of Microsoft C compilers to automatically support 64-bit integers only since revision 9.00 (i.e. >= Visual C++ 2.0)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-13 Antoine Leca <[email protected]>
+
+ * include/freetype/config/ftoption.h: changed the automatic detection
+ of Microsoft C compilers to automatically support 64-bit integers only
+ since revision 9.00 (i.e. >= Visual C++ 2.0)
+
2002-03-08 Werner Lemberg <[email protected]>
* src/base/ftutil.c (FT_Realloc): Use MEM_Set instead of memset.
--- a/include/freetype/config/ftconfig.h
+++ b/include/freetype/config/ftconfig.h
@@ -150,7 +150,7 @@
#define FT_LONG64
#define FT_INT64 long
-#elif defined( _MSC_VER ) /* Visual C++ (and Intel C++) */
+#elif defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */
/* this compiler provides the __int64 type */
#define FT_LONG64