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.

36 lines
472 B

  1. /*++
  2. Copyright (c) 1994-1999 Microsoft Corporation
  3. Module Name :
  4. guid.cpp
  5. Abstract:
  6. Initialization as required by initguid
  7. Author:
  8. Ronald Meijer (ronaldm)
  9. Project:
  10. Internet Services Manager (cluster edition)
  11. Revision History:
  12. --*/
  13. //
  14. // Include Files
  15. //
  16. #include <stdafx.h>
  17. #include <winsvc.h>
  18. #include <objbase.h>
  19. #include <initguid.h>
  20. #include <iwamreg.h>
  21. #include <iadmw.h>
  22. #include <iisrsta.h>