windows-nt/Source/XPSP1/NT/net/tcpip/apis/iphlpapi/dll/add2strw.c

13 lines
323 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#define UNICODE
#define _UNICODE
#include "inc.h"
#pragma hdrstop
#define RtlIpv4AddressToStringT RtlIpv4AddressToStringW
#define RtlIpv6AddressToStringT RtlIpv6AddressToStringW
#define RtlIpv4AddressToStringExT RtlIpv4AddressToStringExW
#define RtlIpv6AddressToStringExT RtlIpv6AddressToStringExW
#include "add2strt.h"