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.

29 lines
431 B

  1. /*++
  2. Copyright (c) 1996-2000 Microsoft Corporation
  3. Module Name:
  4. guid.c
  5. Abstract:
  6. This module instantiates the guids used by pci that are not part of
  7. wdmguid.{h|lib}.
  8. It relies on the DEFINE_GUID macros being outside the #ifdef _FOO_H
  9. multiple inclusion fix.
  10. Author:
  11. Peter Johnston (peterj) 20-Nov-1996
  12. Revision History:
  13. --*/
  14. #include "pcip.h"
  15. #include <initguid.h>
  16. #include "pciintrf.h"