dxguid.c 1.29 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*
 * 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
19
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 21
 */

22 23
#include <stdarg.h>

24 25 26 27 28 29
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"

#include "objbase.h"
30
#include "oleauto.h"
31 32 33 34 35
#include "olectl.h"
#include "initguid.h"

#include "d3d.h"
#include "ddraw.h"
36
#include "mmsystem.h"
37
#include "dsound.h"
38
#include "dsconf.h"
39 40
#include "dmusici.h"
#include "dmusics.h"
41 42 43 44
#include "dplay.h"
#include "dplobby.h"
#include "dinput.h"
#include "ddrawi.h"
45
#include "dxfile.h"
46
#include "d3drm.h"
47
#include "rmxfguid.h"