1999-01-23 15:06:44 +01:00
|
|
|
#ifndef __guid_h_
|
|
|
|
#define __guid_h_
|
|
|
|
|
|
|
|
#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 !!!
|
|
|
|
*/
|
1999-02-20 17:48:53 +01:00
|
|
|
#include "oleidl.h"
|
|
|
|
#include "oaidl.h"
|
1999-04-01 13:47:09 +02:00
|
|
|
#include "olectl.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
#include "ocidl.h"
|
1999-01-23 15:06:44 +01:00
|
|
|
#include "objbase.h"
|
|
|
|
#include "servprov.h"
|
|
|
|
#include "ddraw.h"
|
|
|
|
#include "d3d.h"
|
|
|
|
#include "dinput.h"
|
|
|
|
#include "dsound.h"
|
|
|
|
#include "dplay.h"
|
1999-04-11 13:53:20 +02:00
|
|
|
#include "dplobby.h"
|
1999-01-29 16:12:10 +01:00
|
|
|
#include "vfw.h"
|
1999-03-14 13:16:21 +01:00
|
|
|
#include "shlguid.h"
|
|
|
|
#include "shlobj.h"
|
1999-04-10 18:44:50 +02:00
|
|
|
#include "docobj.h"
|
1999-01-23 15:06:44 +01:00
|
|
|
|
1999-04-01 13:47:09 +02:00
|
|
|
/* FIXME: don't really know where to put this. */
|
|
|
|
DEFINE_GUID(GUID_NULL, 0,0,0,0,0,0,0,0,0,0,0);
|
|
|
|
|
1999-01-23 15:06:44 +01:00
|
|
|
#endif
|