/*1* DirectX GUID definitions2*3* Copyright 2000 Alexandre Julliard4* Copyright 2000 Francois Gouget5*6* This library is free software; you can redistribute it and/or7* modify it under the terms of the GNU Lesser General Public8* License as published by the Free Software Foundation; either9* version 2.1 of the License, or (at your option) any later version.10*11* This library is distributed in the hope that it will be useful,12* but WITHOUT ANY WARRANTY; without even the implied warranty of13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14* Lesser General Public License for more details.15*16* You should have received a copy of the GNU Lesser General Public17* License along with this library; if not, write to the Free Software18* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA19*/2021#include <stdarg.h>2223#include "windef.h"24#include "winbase.h"25#include "wingdi.h"26#include "winuser.h"2728#include "objbase.h"29#include "oleauto.h"30#include "olectl.h"31#include "initguid.h"3233#include "d3d.h"34#include "ddraw.h"35#include "mmsystem.h"36#include "dsound.h"37#include "dsconf.h"38#include "dmusics.h"39#include "dplay.h"40#include "dplay8.h"41#include "dplobby.h"42#include "dplobby8.h"43#include "dinput.h"44#include "ddrawi.h"45#include "dxdiag.h"46#include "dxfile.h"47#include "rmxfguid.h"484950