Improved "error" message readability.
[wine/dcerpc.git] / ole / guid.c
blobb7a8b47ff289fb9c777fb7097c4a6febc5652fe8
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 "ocidl.h"
13 #include "objbase.h"
14 #include "servprov.h"
15 #include "ddraw.h"
16 #include "d3d.h"
17 #include "dinput.h"
18 #include "dsound.h"
19 #include "dplay.h"
20 #include "vfw.h"
22 #endif