33 lines
425 B
C
33 lines
425 B
C
|
/*++
|
||
|
|
||
|
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 <winsock.h>
|
||
|
|
||
|
#include <dhcpapi.h>
|
||
|
|
||
|
#include <mdhcsapi.h>
|
||
|
|
||
|
#include <tchar.h>
|
||
|
#include <wchar.h>
|
||
|
|
||
|
#include <netsh.h>
|
||
|
#include "common.h"
|