Source code of Windows XP (NT5)
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.

45 lines
454 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. iis.h
  5. Abstract:
  6. Includes common user-mode header files.
  7. Author:
  8. Murali Krishnan (MuraliK) 09-Nov-1998
  9. Revision History:
  10. --*/
  11. #ifndef _IIS_H_
  12. #define _IIS_H_
  13. //
  14. // Include all required system files
  15. //
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <windows.h>
  20. //
  21. // Include standard IIS definitions
  22. //
  23. #include <iisdef.h>
  24. #endif // _IIS_H_