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.

22 lines
700 B

  1. /****************************************************************************
  2. *
  3. * File: guids.cpp
  4. * Project: DxDiag (DirectX Diagnostic Tool)
  5. * Author: Mike Anderson (manders@microsoft.com)
  6. * Purpose: Defines all GUIDs used by DxDiag. Can't use dxguid.lib because
  7. * dsprv.h GUIDs aren't in it.
  8. *
  9. * (C) Copyright 1998 Microsoft Corp. All rights reserved.
  10. *
  11. ****************************************************************************/
  12. #define INITGUID
  13. #include <windows.h>
  14. #include <mmsystem.h>
  15. #include <ddraw.h>
  16. #include <d3d.h>
  17. #include <dsound.h>
  18. #include "dsprv.h"
  19. #include <dmusicc.h>
  20. #include <dmusici.h>
  21. #include <dplay.h>
  22. #include <hidclass.h>