Leaked source code of windows server 2003
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

  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 <winsock2.h>
  16. #include <ws2tcpip.h>
  17. #include <dhcpapi.h>
  18. #include <mdhcsapi.h>
  19. #include <tchar.h>
  20. #include <wchar.h>
  21. #include <netsh.h>
  22. #include "common.h"