Skip to content

Commit

Permalink
Add macros to support 10.0.20348 SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Stipakov <[email protected]>
  • Loading branch information
lstipakov committed Nov 21, 2024
1 parent acf1f28 commit e464888
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions peer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
#include "timer.h"
#include "socket.h"

#ifndef TraceLoggingIPv4Address
#define TraceLoggingIPv4Address(value, ...) _tlgArgScalarVal(UINT32, value, TlgInUINT32, (TlgOutIPV4), __VA_ARGS__)
#endif

#ifndef TraceLoggingIPv6Address
#define TraceLoggingIPv6Address(pValue, ...) _tlgArgBinary(void, pValue, 16u, TlgInBINARY, (TlgOutIPV6), __VA_ARGS__)
#endif

_Use_decl_annotations_
OvpnPeerContext*
OvpnPeerCtxAlloc()
Expand Down

0 comments on commit e464888

Please sign in to comment.