6961061: make/tools/freetypecheck doesn't build with VS2010 : breaks openjdk builds
authorprr
Mon, 14 Jun 2010 10:37:29 -0700
changeset 5667 e9e265b814f3
parent 5657 7e406ebed9a5
child 5668 15ee66161ec7
6961061: make/tools/freetypecheck doesn't build with VS2010 : breaks openjdk builds Reviewed-by: ohair
jdk/make/tools/freetypecheck/freetypecheck.c
--- a/jdk/make/tools/freetypecheck/freetypecheck.c	Wed Jul 05 17:15:14 2017 +0200
+++ b/jdk/make/tools/freetypecheck/freetypecheck.c	Mon Jun 14 10:37:29 2010 -0700
@@ -33,7 +33,7 @@
 #include FT_FREETYPE_H
 
 #ifdef _MSC_VER
-#if _MSC_VER > 1400
+#if _MSC_VER > 1400 && _MSC_VER < 1600
 
 /*
  * When building for Microsoft Windows, your program has a dependency
@@ -68,7 +68,7 @@
         "publicKeyToken='" _VC_ASSEMBLY_PUBLICKEYTOKEN "'\"")
 
 #endif  /* _M_AMD64 */
-#endif  /* _MSC_VER > 1400 */
+#endif  /* _MSC_VER > 1400 && _MSC_VER < 1600 */
 #endif  /* _MSC_VER */
 
 #define QUOTEMACRO(x) QUOTEME(x)