mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-07 15:20:31 +00:00
9 lines
154 B
C++
9 lines
154 B
C++
|
#pragma once
|
||
|
#include "platform.hpp"
|
||
|
|
||
|
namespace llarp::dns
|
||
|
{
|
||
|
// TODO: implement me
|
||
|
using Win32_Platform_t = Null_Platform;
|
||
|
} // namespace llarp::dns
|