[gs-cvs] rev 8735 - trunk/gs/jbig2dec
mvrhel at ghostscript.com
mvrhel at ghostscript.com
Thu May 15 09:17:48 PDT 2008
Author: mvrhel
Date: 2008-05-15 09:17:48 -0700 (Thu, 15 May 2008)
New Revision: 8735
Modified:
trunk/gs/jbig2dec/config_win32.h
Log:
Fix for previous commit. I had the wrong version number test in the define.
Modified: trunk/gs/jbig2dec/config_win32.h
===================================================================
--- trunk/gs/jbig2dec/config_win32.h 2008-05-15 16:12:17 UTC (rev 8734)
+++ trunk/gs/jbig2dec/config_win32.h 2008-05-15 16:17:48 UTC (rev 8735)
@@ -35,7 +35,7 @@
/* no uint64_t */
#if defined(_MSC_VER)
- #if _MSC_VER < 9 /* Visual Studio 2008 has definition for vsnprintf */
+ #if _MSC_VER < 1500 /* Visual Studio 2008 has definition for vsnprintf */
#define vsnprintf _vsnprintf
#endif
#endif
More information about the gs-cvs
mailing list