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
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -19,9 +19,6 @@
|
|||
#include <winsock2.h>
|
||||
#include <iphlpapi.h>
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
|
||||
/*
|
||||
* Globals
|
||||
|
|
Loading…
Reference in a new issue