mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
fix msvc compile
svn path=/trunk/; revision=17551
This commit is contained in:
parent
65ff8ee6ca
commit
4147a4df09
1 changed files with 3 additions and 6 deletions
|
@ -8,8 +8,8 @@
|
||||||
* GM 27/06/05 Created
|
* GM 27/06/05 Created
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -18,10 +18,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <iphlpapi.h>
|
#include <iphlpapi.h>
|
||||||
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
#define UNICODE
|
|
||||||
#define _UNICODE
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Globals
|
* Globals
|
||||||
|
|
Loading…
Reference in a new issue