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.

31 lines
424 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for the IIS over UL driver process
  7. Author:
  8. Revision History:
  9. --*/
  10. #ifndef _PRECOMP_H_
  11. #define _PRECOMP_H_
  12. #include <iis.h>
  13. #include "dbgutil.h"
  14. #include <windows.h>
  15. #include <multisz.hxx>
  16. #include <sslconfigchangeprovclient.hxx>
  17. #include <sslconfigprovclient.hxx>
  18. #endif