0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 08:01:51 +08:00

win: fix build

This commit is contained in:
Markus Diem 2021-11-22 10:24:12 +01:00
parent 66952fda28
commit 98fc4c4713

View File

@ -59,7 +59,9 @@ The Apache License, Version 2.0 (the "License");
#else
// Windows
# define WIN32_LEAN_AND_MEAN
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
# include <winsock2.h>
# include <windows.h>
# include <ws2tcpip.h>