10 lines
140 B
C
10 lines
140 B
C
#pragma once
|
|
|
|
#if defined(_WIN32) && !defined(_WIN32_WINNT)
|
|
#define _WIN32_WINNT 0x0601
|
|
#endif
|
|
|
|
#include "ByteOrder.h"
|
|
#include <asio.hpp>
|
|
|