mirror of https://github.com/tongzx/nt5src
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.
23 lines
678 B
23 lines
678 B
/****************************************************************************
|
|
*
|
|
* File: guids.cpp
|
|
* Project: DxDiag (DirectX Diagnostic Tool)
|
|
* Author: Mike Anderson ([email protected])
|
|
* Purpose: Defines all GUIDs used by DxDiag. Can't use dxguid.lib because
|
|
* dsprv.h GUIDs aren't in it.
|
|
*
|
|
* (C) Copyright 1998 Microsoft Corp. All rights reserved.
|
|
*
|
|
****************************************************************************/
|
|
|
|
#define INITGUID
|
|
#include <windows.h>
|
|
#include <mmsystem.h>
|
|
#include <ddraw.h>
|
|
#include <d3d.h>
|
|
#include <dsound.h>
|
|
#include "dsprv.h"
|
|
#include <dmusicc.h>
|
|
#include <dmusici.h>
|
|
#include <dplay.h>
|
|
#include <hidclass.h>
|