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
403 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file
  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 <iiscnfg.h>
  17. #include <iiscnfgp.h>
  18. #include <stdio.h>
  19. #include <sslconfigpipe.hxx>
  20. #endif