From 8869a08604039ec2ed226fb5397ded7d4a1075fa Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 30 Nov 2005 22:11:00 +0000 Subject: [PATCH] fix macro redefinition when compiling with msvc svn path=/trunk/; revision=19786 --- reactos/subsys/system/taskmgr/precomp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/subsys/system/taskmgr/precomp.h b/reactos/subsys/system/taskmgr/precomp.h index ff967cd9e88..a1ad48263cf 100644 --- a/reactos/subsys/system/taskmgr/precomp.h +++ b/reactos/subsys/system/taskmgr/precomp.h @@ -1,6 +1,5 @@ #ifndef __PRECOMP_H #define __PRECOMP_H -#define _CRT_SECURE_NO_DEPRECATE #define WIN32_NO_STATUS #include