projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added WINMM joy* .spec entries.
[wine]
/
ole
/
guid.c
1
#ifndef __guid_h_
2
#define __guid_h_
3
4
#define INITGUID
5
6
/* FIXME: we include all the header files containing GUIDs
7
* so that the corresponding variables get defined. But they
8
* don't even all belong to the same DLL !!!
9
*/
10
#include "oleobj.h"
11
#include "objbase.h"
12
#include "servprov.h"
13
#include "ddraw.h"
14
#include "d3d.h"
15
#include "dinput.h"
16
#include "dsound.h"
17
#include "dplay.h"
18
#include "vfw.h"
19
20
#endif