add WIN32_LEAN_AND_MEAN windows blip
This commit is contained in:
parent
85bcdaaec3
commit
7fd782f72f
@ -7,6 +7,11 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
|
||||
#include <WS2tcpip.h>
|
||||
#include <WinSock2.h>
|
||||
#include <basetsd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user