diff src/s/windowsnt.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 8efd647ea9ca
children ca9a9ec9c1c1
line wrap: on
line diff
--- a/src/s/windowsnt.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/s/windowsnt.h	Mon Aug 13 10:28:48 2007 +0200
@@ -55,9 +55,11 @@
 
 #define NO_MATHERR
 
-#define SIZEOF_LONG 4
+#define SIZEOF_SHORT 2
 #define SIZEOF_INT 4
-#define SIZEOF_SHORT 2
+#define SIZEOF_LONG 4
+#define SIZEOF_LONG_LONG 8
+#define SIZEOF_VOID_P 4
 
 /* NOMULTIPLEJOBS should be defined if your system's shell
  does not have "job control" (the ability to stop a program,