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.

31 lines
730 B

  1. /*****************************************************************************
  2. *
  3. * Copyright (C) 2000 Hewlett-Packard Company.
  4. * Copyright (C) 2000 Microsoft Corporation.
  5. * All rights reserved.
  6. *
  7. *
  8. *****************************************************************************/
  9. #include <windows.h>
  10. #include <windowsx.h>
  11. #include <winspool.h>
  12. #include <tchar.h>
  13. #include <stdlib.h>
  14. #include <winsock.h>
  15. #include <wininet.h>
  16. #include <ipaddr.h>
  17. #include <stdio.h>
  18. #include <commctrl.h> // includes track bar
  19. #include <winsplp.h>
  20. #include <strsafe.h>
  21. //
  22. // Header files in ..\Common
  23. //
  24. #include "debug.h" // debug functions
  25. #include "tcpmon.h"
  26. #include "mibabc.h"
  27. #include "RTcpData.h"