Release 990214.
[wine/multimedia.git] / ole / guid.c
blob1477676f546a1e3b45e86575f51806582c35aabf
1 #ifndef __guid_h_
2 #define __guid_h_
4 #define INITGUID
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"
20 #endif