This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
lolengine
/
lol
огледало од
https://github.com/lolengine/lol
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
net: fix a Windows compilation issue.
legacy
Sam Hocevar
пре 5 година
родитељ
a1e258656e
комит
8c37ce1497
1 измењених фајлова
са
9 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
src/net/http.cpp
+ 9
- 0
src/net/http.cpp
Прегледај датотеку
@@ -16,6 +16,15 @@
# define CPPHTTPLIB_OPENSSL_SUPPORT 1
#endif
#if _WIN32
# define WIN32_LEAN_AND_MEAN 1
# include <windows.h>
# undef NEAR // avoids errors in <inaddr.h>
# undef FAR
# define NEAR
# define FAR
#endif
#if __EMSCRIPTEN__
# include <emscripten/fetch.h>
#else
Write
Preview
Loading…
Откажи
Сачувај