diff src/puresize.h @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 8619ce7e4c50
children 929b76928fce
line wrap: on
line diff
--- a/src/puresize.h	Mon Aug 13 09:23:08 2007 +0200
+++ b/src/puresize.h	Mon Aug 13 09:24:17 2007 +0200
@@ -172,7 +172,13 @@
   
 #endif /* !RAW_PURESIZE */
   
-#include <puresize_adjust.h>
+/* Current build process on NT does not generate a puresize_adjust.h */
+/* file. --marcpa */  
+#ifdef WINDOWSNT
+# define PURESIZE_ADJUSTMENT 1000000
+#else
+# include <puresize_adjust.h>
+#endif
 #define PURESIZE ((RAW_PURESIZE) + (PURESIZE_ADJUSTMENT))