add WIN32_LEAN_AND_MEAN windows blip

This commit is contained in:
Benjamin Sergeant 2021-03-15 19:58:18 -07:00
parent 85bcdaaec3
commit 7fd782f72f

View File

@ -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>