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.

62 lines
1.0 KiB

  1. /*++
  2. Copyright (c) 1998-2002 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. This is the local header file for CmnSys.lib
  7. Author:
  8. George V. Reilly (GeorgeRe) 30-Jan-2002
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_H_
  12. #define _PRECOMP_H_
  13. //
  14. // We are willing to ignore the following warnings, as we need the DDK to
  15. // compile.
  16. //
  17. #pragma warning(disable:4115) // named type definition in parentheses
  18. #pragma warning(disable:4127) // condition expression is constant
  19. #include <ntosp.h>
  20. #include <ipexport.h>
  21. #include <tdi.h>
  22. #include <stdio.h>
  23. #include <stdlib.h>
  24. #include <string.h>
  25. // #include <sspi.h>
  26. // #include <winerror.h>
  27. #include <SockDecl.h>
  28. #include "..\..\sys\config.h"
  29. #include "..\..\sys\strlog.h"
  30. #include "..\..\sys\debug.h"
  31. //
  32. // Project include files.
  33. //
  34. #include <httpkrnl.h>
  35. #include <httppkrnl.h>
  36. #include <HttpIoctl.h>
  37. #include <HttpCmn.h>
  38. #include <Utf8.h>
  39. #include <C14n.h>
  40. typedef UCHAR BYTE;
  41. #endif // _PRECOMP_H_