Index: dmake/win95/microsft/config.h =================================================================== RCS file: /cvs/tools/dmake/win95/microsft/config.h,v retrieving revision 1.2.8.1.2.1 diff -u -r1.2.8.1.2.1 config.h --- dmake/win95/microsft/config.h 12 Feb 2003 16:10:18 -0000 1.2.8.1.2.1 +++ dmake/win95/microsft/config.h 14 Feb 2003 19:02:43 -0000 @@ -143,6 +143,11 @@ #define HAVE_UTIME_NULL 1 #define HAVE_TZSET 1 +/* These defines are needed for itypes.h! (this is tested only with MSVC++ 6.0) */ +#define SIZEOF_INT 4 +#define SIZEOF_LONG 4 +#define SIZEOF_SHORT 2 + #ifndef MSDOS # define MSDOS 1 #endif