1
0
miroir de https://github.com/tearshark/librf.git synchronisé 2024-10-04 08:50:31 +08:00
librf/asio/asio_task.h

8 lignes
121 B
C

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