33 lines
732 B
C++
33 lines
732 B
C++
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1999 - 1999
|
||
|
//
|
||
|
// File: guids.cpp
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
#define INITGUID 1
|
||
|
#include "objbase.h"
|
||
|
#include "dmusici.h"
|
||
|
#include "dsound.h"
|
||
|
#include "d3d8.h"
|
||
|
#include "dinput.h"
|
||
|
#include "dvoice.h"
|
||
|
#include "rmxfguid.h"
|
||
|
#include "dplay8.h"
|
||
|
#include "dpaddr.h"
|
||
|
#include "dplobby8.h"
|
||
|
#include "dvoice.h"
|
||
|
#include "d3dx8.h"
|
||
|
//#include "rmxftmpl.h"
|
||
|
#include <dxfile.h>
|
||
|
|
||
|
//BUGBUG TODO this is not a unique guid
|
||
|
DEFINE_GUID(g_GUIDDXVBLOCK, 0x5dd2e8da, 0x1c77, 0x4d40, 0xb0, 0xcf, 0x98, 0xfe, 0xfd, 0xff, 0x95, 0x12);
|
||
|
|
||
|
int pad;
|
||
|
|