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.

48 lines
529 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for the w3ssl
  7. Author:
  8. Revision History:
  9. --*/
  10. #ifndef _PRECOMP_H_
  11. #define _PRECOMP_H_
  12. //
  13. // IIS 101
  14. //
  15. #include <iis.h>
  16. #include "dbgutil.h"
  17. #include <regconst.h>
  18. //
  19. // System related headers
  20. //
  21. #include <windows.h>
  22. //
  23. // Other IISPLUS stuff
  24. //
  25. #include <streamfilt.h>
  26. //
  27. // Private headers
  28. //
  29. #include "scmmanager.hxx"
  30. #include "w3ssl_service.hxx"
  31. #endif