WindowsXP/base/ntos/rtl/add2strw.c
2025-04-27 07:49:33 -04:00

13 lines
255 B
C

#define UNICODE
#define _UNICODE
#include <nt.h>
#include <ntrtl.h>
#include <stdio.h>
#include <tchar.h>
#define RtlIpv4AddressToStringT RtlIpv4AddressToStringW
#define RtlIpv6AddressToStringT RtlIpv6AddressToStringW
#include "add2strt.h"