mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -18,10 +18,7 @@
|
|||
#include <ctype.h>
|
||||
#include <winsock2.h>
|
||||
#include <iphlpapi.h>
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
|
||||
|
||||
/*
|
||||
* Globals
|
||||
|
|
Loading…
Reference in a new issue