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.

33 lines
397 B

  1. /*++
  2. Copyright (c) 1999 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 <objbase.h>
  15. //
  16. // System related headers
  17. //
  18. #include <windows.h>
  19. #endif // _PRECOMP_H_