1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

i blame clang-format

This commit is contained in:
despair86 2018-08-22 12:06:12 -05:00
parent 79c992a9be
commit 258c2a12dc
2 changed files with 2 additions and 2 deletions

View file

@ -10,9 +10,9 @@
// these need to be in a specific order
#include <assert.h>
#include <iphlpapi.h>
#include <llarp/net.h>
#include <windows.h>
#include <iphlpapi.h>
#include "win32_intrnl.h"
const char *

View file

@ -16,9 +16,9 @@
#endif
// these need to be in a specific order
#include <tdi.h>
#include <windows.h>
#include <winternl.h>
#include <tdi.h>
#include "win32_intrnl.h"
const PWCHAR TcpFileName = L"\\Device\\Tcp";