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.
15 lines
447 B
15 lines
447 B
//-----------------------------------------------------------------------------
|
|
// File: guids.c
|
|
//
|
|
// Desc: Defines INITGUID and includes all headers with GUID definitions.
|
|
//
|
|
// Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#define INITGUID
|
|
|
|
#include <dinput.h>
|
|
#include <dinputd.h>
|
|
#include <ddraw.h>
|
|
#include <d3d8.h>
|
|
#include "ourguids.h"
|