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.

51 lines
747 B

  1. /*++
  2. Copyright (C) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. Precompiled header file
  8. Author:
  9. Weihai Chen (weihaic) 2/20/2001
  10. Revision History:
  11. --*/
  12. #ifndef _TCPMIB_PRECOMP_H_
  13. #define _TCPMIB_PRECOMP_H_
  14. #include <windows.h>
  15. //#include <windowsx.h>
  16. #include <winsock2.h>
  17. #include <ipexport.h>
  18. #include <tchar.h>
  19. #include <snmp.h>
  20. #include <mgmtapi.h>
  21. #include <stdio.h>
  22. #include <winspool.h>
  23. #include <stdlib.h>
  24. #include <icmpapi.h>
  25. #include <strsafe.h>
  26. //
  27. // Files at ..\Common
  28. //
  29. #include "tcpmon.h"
  30. #include "rtcpdata.h"
  31. #include "CoreUI.h"
  32. #include "mibabc.h"
  33. #include "debug.h" // debug functions
  34. #endif // INC_PCH_SPP_H