From 0fcd5f187e7fe1c7e502c7567a581d3ecc79e639 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 19 Oct 2005 23:45:55 +0000 Subject: [PATCH] fixed some warnings when compile with msvc 2005 svn path=/trunk/; revision=18619 --- reactos/subsys/system/notepad/dialog.c | 2 ++ reactos/subsys/system/notepad/main.c | 2 ++ reactos/subsys/system/taskmgr/precomp.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/reactos/subsys/system/notepad/dialog.c b/reactos/subsys/system/notepad/dialog.c index 3a6d260e8f2..53864d97b5e 100644 --- a/reactos/subsys/system/notepad/dialog.c +++ b/reactos/subsys/system/notepad/dialog.c @@ -23,6 +23,8 @@ #define UNICODE #define _UNICODE +#define _CRT_SECURE_NO_DEPRECATE + #include #include #include diff --git a/reactos/subsys/system/notepad/main.c b/reactos/subsys/system/notepad/main.c index 4e47566b59e..e7890ae9711 100644 --- a/reactos/subsys/system/notepad/main.c +++ b/reactos/subsys/system/notepad/main.c @@ -25,6 +25,8 @@ #define UNICODE #define _UNICODE +#define _CRT_SECURE_NO_DEPRECATE + #include #include #include diff --git a/reactos/subsys/system/taskmgr/precomp.h b/reactos/subsys/system/taskmgr/precomp.h index d45339a4c06..ab9513301d8 100644 --- a/reactos/subsys/system/taskmgr/precomp.h +++ b/reactos/subsys/system/taskmgr/precomp.h @@ -1,3 +1,5 @@ +#define _CRT_SECURE_NO_DEPRECATE + #define WIN32_NO_STATUS #include #define NTOS_MODE_USER