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.

59 lines
952 B

  1. /*++
  2. Copyright (c) 1998-2002 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. This is the local header file for CmnUser.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 <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. #include <windows.h>
  23. #include <winsock2.h>
  24. #include <ws2tcpip.h>
  25. #include <tdi.h>
  26. #define HTTPAPI_LINKAGE
  27. #include <Http.h>
  28. #include <HttpP.h>
  29. #include <HttpIoctl.h>
  30. #include <stdio.h>
  31. #include <stdlib.h>
  32. #include <string.h>
  33. #include <PoolTag.h>
  34. #include <HttpCmn.h>
  35. #include <Utf8.h>
  36. #include <C14n.h>
  37. #endif // _PRECOMP_H_