Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
[wine.git] / ole / guid.c
blob6815033e64340b80ca3b4add113f14226e34ddf6
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 "oleidl.h"
11 #include "oaidl.h"
12 #include "olectl.h"
13 #include "ocidl.h"
14 #include "objbase.h"
15 #include "servprov.h"
16 #include "ddraw.h"
17 #include "d3d.h"
18 #include "dinput.h"
19 #include "dsound.h"
20 #include "dplay.h"
21 #include "dplobby.h"
22 #include "vfw.h"
23 #include "shlguid.h"
24 #include "shlobj.h"
25 #include "docobj.h"
27 /* FIXME: don't really know where to put this. */
28 DEFINE_GUID(GUID_NULL, 0,0,0,0,0,0,0,0,0,0,0);
30 #endif