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.

34 lines
516 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for IIS app compat shim
  7. Author:
  8. Wade Hilmo (wadeh) 30-Apr-2002
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_H_
  12. #define _PRECOMP_H_
  13. #include <iis.h>
  14. #include "dbgutil.h"
  15. #include <imd.h>
  16. #include <iadmw.h>
  17. #include <mb.hxx>
  18. #include <iiscnfg.h>
  19. #include <string.hxx>
  20. #include <multisz.hxx>
  21. #include <secconlib.h>
  22. #include "acwebsvc.hxx"
  23. #endif // _PRECOMP_H