From: Christoph von Wittich Date: Wed, 19 Oct 2005 23:45:55 +0000 (+0000) Subject: fixed some warnings when compile with msvc 2005 X-Git-Tag: backups/ros-branch-0_2_9@19949~1239 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=0fcd5f187e7fe1c7e502c7567a581d3ecc79e639 fixed some warnings when compile with msvc 2005 svn path=/trunk/; revision=18619 --- 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