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.

34 lines
419 B

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