From a4345ec8d0e21401d32972b2d8c1e9bc7e52259c Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 16:57:46 -0700 Subject: [PATCH] [svn] More DMC features. --- windows/config-compiler.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/windows/config-compiler.h b/windows/config-compiler.h index 08bfa499..f9a40762 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -125,12 +125,19 @@ so, delete this exception statement from your version. */ #undef struct_fstat /* DMC's runtime supports some POSIX and C99 features we use. */ -#define HAVE_USLEEP 1 + +#define HAVE_STDINT_H +#define HAVE_INTTYPES_H #define HAVE_STDBOOL_H 1 -#define HAVE__BOOL 1 + +#define HAVE_UINT32_T #undef SIZEOF_LONG_LONG #define SIZEOF_LONG_LONG 8 +#define HAVE__BOOL 1 + +#define HAVE_USLEEP 1 #define HAVE_STRTOLL + #else # error Your compiler is not supported. -- 2.39.2