fixed some warnings when compile with msvc 2005
[reactos.git] / reactos / subsys / system / notepad / dialog.c
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>