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:
parent
66952fda28
commit
98fc4c4713
@ -59,7 +59,9 @@ The Apache License, Version 2.0 (the "License");
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
// Windows
|
// Windows
|
||||||
# define WIN32_LEAN_AND_MEAN
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
#endif
|
||||||
# include <winsock2.h>
|
# include <winsock2.h>
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# include <ws2tcpip.h>
|
# include <ws2tcpip.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user