[gs-cvs] rev 8011 - trunk/gs/imdi

ray at ghostscript.com ray at ghostscript.com
Sun May 27 12:15:04 PDT 2007


Author: ray
Date: 2007-05-27 12:15:04 -0700 (Sun, 27 May 2007)
New Revision: 8011

Modified:
   trunk/gs/imdi/arch.h
Log:
Use standard __WIN32__ predefined macro along with NT to identify
Microsoft compiler based builds.


Modified: trunk/gs/imdi/arch.h
===================================================================
--- trunk/gs/imdi/arch.h	2007-05-27 19:11:52 UTC (rev 8010)
+++ trunk/gs/imdi/arch.h	2007-05-27 19:15:04 UTC (rev 8011)
@@ -14,7 +14,7 @@
 #ifdef ALLOW64
 
 /* Detect machine/compiler specifics here */
-#if defined(NT)
+#if defined(NT) || defined(__WIN32__)
 #define longlong __int64
 #else	/* !NT, assume standard */
 #define longlong long long



More information about the gs-cvs mailing list