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.

42 lines
625 B

  1. /*++
  2. Copyright (c) 1998-2001 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. This is the local header file for UL. It includes all other
  7. necessary header files for UL.
  8. Author:
  9. Keith Moore (keithmo) 10-Jun-1998
  10. Revision History:
  11. --*/
  12. #ifndef _PRECOMP_H_
  13. #define _PRECOMP_H_
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windows.h>
  18. #include <winsock2.h>
  19. #include <ws2tcpip.h>
  20. #include <tdi.h>
  21. #include <rtutils.h>
  22. #define HTTPAPI_LINKAGE
  23. #include <http.h>
  24. #include <httpp.h>
  25. #include <httpioctl.h>
  26. #endif // _PRECOMP_H_