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.

36 lines
769 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation
  6. //
  7. // File: kpcommon.h
  8. //
  9. // Contents: shared resources and common headers for kproxy
  10. //
  11. // History: 10-Jul-2001 t-ryanj Created
  12. //
  13. //------------------------------------------------------------------------
  14. #ifndef __KPCOMMON_H__
  15. #define __KPCOMMON_H__
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <windows.h>
  20. #include <tchar.h>
  21. #include <httpext.h>
  22. #include "kpdebug.h"
  23. #include "kpmem.h"
  24. #if 0
  25. extern HANDLE KpGlobalIocp;
  26. enum _KpCompKey {
  27. KPCK_TERMINATE,
  28. KPCK_HTTP_INITIAL,
  29. KPCK_CHECK_CONTEXT
  30. };
  31. #endif
  32. #endif // __KPCOMMON_H__