From 5d2a01996150c67e7596c94141945c74bcfe9548 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 30 Nov 2005 05:52:40 +0000 Subject: [PATCH] and remove the defines from here for _CRT_* backward compatiblity hacks svn path=/trunk/; revision=19768 --- reactos/lib/crt/precomp.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/reactos/lib/crt/precomp.h b/reactos/lib/crt/precomp.h index 2f7e9de9ef9..800909853c6 100644 --- a/reactos/lib/crt/precomp.h +++ b/reactos/lib/crt/precomp.h @@ -1,10 +1,8 @@ #ifndef _CRT_PRECOMP_H #define _CRT_PRECOMP_H -/* Some global constants to hack around the msvc build */ -/* These will go away or be moved soon enough */ -#define _CRT_NON_CONFORMING_SWPRINTFS -#define _CRT_SECURE_NO_DEPRECATE +/* We don't want to use the Microsoft CRT inline functions + so we hack around them in msvc build */ #define _INC_WTIME_INL #define _INC_UTIME_INL #define _INC_TIME_INL