1
0
şunun yansıması https://github.com/tearshark/librf.git eşitlendi 2024-10-01 15:57:07 +08:00
librf/asio/asio_task.h
2020-12-16 21:51:35 +08:00

10 satır
182 B
C

#pragma once
#if ASIO_VERSION >= 101202
#include "asio_task_1.12.2.inl"
#elif ASIO_VERSION >= 101200
#include "asio_task_1.12.0.inl"
#else
#include "asio_task_1.10.0.inl"
#endif