fixed some warnings when compile with msvc 2005

svn path=/trunk/; revision=18619
This commit is contained in:
Christoph von Wittich 2005-10-19 23:45:55 +00:00
parent d2627cecf5
commit 0fcd5f187e
3 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,8 @@
#define UNICODE
#define _UNICODE
#define _CRT_SECURE_NO_DEPRECATE
#include <assert.h>
#include <stdio.h>
#include <windows.h>

View file

@ -25,6 +25,8 @@
#define UNICODE
#define _UNICODE
#define _CRT_SECURE_NO_DEPRECATE
#include <windows.h>
#include <stdio.h>
#include <tchar.h>

View file

@ -1,3 +1,5 @@
#define _CRT_SECURE_NO_DEPRECATE
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER