guid.c 758 Bytes
Newer Older
1 2 3 4 5
#define INITGUID

/* FIXME: we include all the header files containing GUIDs
 * so that the corresponding variables get defined. But they
 * don't even all belong to the same DLL !!!
6 7 8
 *
 * Therefore, as the builtin DLL's get teased apart (e.g. for elf-dlls)
 * then this file will have to be partitioned into per dll files.
9
 */
10 11 12 13 14
#include "initguid.h"

#include "shlguid.h"
#include "docobj.h"
#include "olectl.h"
15 16 17
#include "oleidl.h"
#include "oaidl.h"
#include "ocidl.h"
18 19 20 21 22 23 24
#include "objbase.h"
#include "servprov.h"
#include "ddraw.h"
#include "d3d.h"
#include "dinput.h"
#include "dsound.h"
#include "dplay.h"
25
#include "dplobby.h"
26
#include "vfw.h"
27
#include "shlobj.h"
28

29
/* and now for the one assumed GUID... */
30
DEFINE_GUID(GUID_NULL,   0,0,0,0,0,0,0,0,0,0,0);