WindowsXP/ds/dns/dnsapi/test/bnodeon.c
2025-04-27 07:49:33 -04:00

17 lines
244 B
C

#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <dnsapi.h>
_cdecl
main(int argc, char **argv)
{
DnsEnableBNodeResolverThread();
return(0);
}