You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
481 B
33 lines
481 B
/*++
|
|
|
|
Copyright (C) 1999 Microsoft corporation
|
|
|
|
--*/
|
|
|
|
#define MAX_DLL_NAME 48
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
#include <stdlib.h>
|
|
#include <memory.h>
|
|
#include <malloc.h>
|
|
|
|
#include <winsock2.h>
|
|
#include <ws2tcpip.h>
|
|
|
|
#include <dhcpapi.h>
|
|
|
|
#include <mdhcsapi.h>
|
|
|
|
#include <tchar.h>
|
|
#include <wchar.h>
|
|
|
|
#include <netsh.h>
|
|
#include "common.h"
|