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.

27 lines
507 B

  1. /*
  2. Copyright (c) 1998, Microsoft Corporation, all rights reserved
  3. Description:
  4. History:
  5. Dec 1997: Vijay Baliga created original version.
  6. */
  7. #ifndef _TCPREG__H_
  8. #define _TCPREG__H_
  9. #include "rasiphlp_.h"
  10. #include <dhcpcapi.h>
  11. #include <winsock2.h>
  12. #include <objbase.h>
  13. #include <llinfo.h>
  14. #include <ddwanarp.h>
  15. #include "helper.h"
  16. #include "tcpreg.h"
  17. #define WCH_SPACE L' '
  18. #define WCH_ZEROADDRESS L"0.0.0.0"
  19. #endif // #ifndef _TCPREG__H_