fixed some warnings when compile with msvc 2005
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 19 Oct 2005 23:45:55 +0000 (23:45 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 19 Oct 2005 23:45:55 +0000 (23:45 +0000)
svn path=/trunk/; revision=18619

reactos/subsys/system/notepad/dialog.c
reactos/subsys/system/notepad/main.c
reactos/subsys/system/taskmgr/precomp.h

index 3a6d260..53864d9 100644 (file)
@@ -23,6 +23,8 @@
 #define UNICODE
 #define _UNICODE
 
+#define _CRT_SECURE_NO_DEPRECATE
+
 #include <assert.h>
 #include <stdio.h>
 #include <windows.h>
index 4e47566..e7890ae 100644 (file)
@@ -25,6 +25,8 @@
 #define UNICODE
 #define _UNICODE
 
+#define _CRT_SECURE_NO_DEPRECATE
+
 #include <windows.h>
 #include <stdio.h>
 #include <tchar.h>
index d45339a..ab95133 100644 (file)
@@ -1,3 +1,5 @@
+#define _CRT_SECURE_NO_DEPRECATE
+
 #define WIN32_NO_STATUS
 #include <windows.h>
 #define NTOS_MODE_USER