mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fixed some warnings when compile with msvc 2005
svn path=/trunk/; revision=18619
This commit is contained in:
parent
d2627cecf5
commit
0fcd5f187e
3 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#define UNICODE
|
||||
#define _UNICODE
|
||||
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#define UNICODE
|
||||
#define _UNICODE
|
||||
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
|
|
Loading…
Reference in a new issue