Moved the instance creation of GUID's to a new file.
[wine.git] / ole / guid.c
blob5de3c108e94c08b355e44bef328af42ed31c6e0b
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"
19 #endif