2002-12-17 02:16:07 +01:00
|
|
|
/*
|
|
|
|
* DirectX GUID definitions
|
|
|
|
*
|
|
|
|
* Copyright 2000 Alexandre Julliard
|
|
|
|
* Copyright 2000 Francois Gouget
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-12-17 02:16:07 +01:00
|
|
|
*/
|
|
|
|
|
2003-09-06 01:08:26 +02:00
|
|
|
#include <stdarg.h>
|
|
|
|
|
2002-12-17 02:16:07 +01:00
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "wingdi.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
|
|
|
|
#include "objbase.h"
|
2003-01-05 02:05:45 +01:00
|
|
|
#include "oleauto.h"
|
2002-12-17 02:16:07 +01:00
|
|
|
#include "olectl.h"
|
|
|
|
#include "initguid.h"
|
|
|
|
|
|
|
|
#include "d3d.h"
|
|
|
|
#include "ddraw.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "mmsystem.h"
|
2002-12-17 02:16:07 +01:00
|
|
|
#include "dsound.h"
|
2007-01-08 00:20:14 +01:00
|
|
|
#include "dsconf.h"
|
2003-04-08 05:56:04 +02:00
|
|
|
#include "dmusici.h"
|
|
|
|
#include "dmusics.h"
|
2002-12-17 02:16:07 +01:00
|
|
|
#include "dplay.h"
|
2008-02-19 19:49:34 +01:00
|
|
|
#include "dplay8.h"
|
2002-12-17 02:16:07 +01:00
|
|
|
#include "dplobby.h"
|
|
|
|
#include "dinput.h"
|
|
|
|
#include "ddrawi.h"
|
2008-02-19 19:49:34 +01:00
|
|
|
#include "dxdiag.h"
|
2004-06-03 02:03:23 +02:00
|
|
|
#include "dxfile.h"
|
2005-09-26 18:41:26 +02:00
|
|
|
#include "d3drm.h"
|
2007-01-08 00:47:04 +01:00
|
|
|
#include "rmxfguid.h"
|