Source code of Windows XP (NT5)
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.

32 lines
425 B

  1. /*++
  2. Copyright (C) 1999 Microsoft corporation
  3. --*/
  4. #define MAX_DLL_NAME 48
  5. #include <nt.h>
  6. #include <ntrtl.h>
  7. #include <nturtl.h>
  8. #include <windef.h>
  9. #include <winbase.h>
  10. #include <stdio.h>
  11. #include <stdarg.h>
  12. #include <stdlib.h>
  13. #include <memory.h>
  14. #include <malloc.h>
  15. #include <winsock.h>
  16. #include <dhcpapi.h>
  17. #include <mdhcsapi.h>
  18. #include <tchar.h>
  19. #include <wchar.h>
  20. #include <netsh.h>
  21. #include "common.h"