Skip to content

Commit 88b9099

Browse files
committed
cleanup
1 parent 5c61fd3 commit 88b9099

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

GekkoLib/include/net.h

-12
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@
99

1010
#include "zpp/serializer.h"
1111

12-
#ifndef GEKKONET_NO_ASIO
13-
14-
#ifdef _WIN32
15-
#define _WIN32_WINNT 0x0A00
16-
#endif // _WIN32
17-
18-
#define ASIO_STANDALONE
19-
20-
#include "asio/asio.hpp"
21-
22-
#endif // GEKKONET_NO_ASIO
23-
2412
namespace Gekko {
2513
struct NetAddress {
2614
NetAddress();

0 commit comments

Comments
 (0)