1999-01-23 14:06:44 +00:00
|
|
|
#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-07-24 10:20:50 +00:00
|
|
|
*
|
|
|
|
* 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.
|
1999-01-23 14:06:44 +00:00
|
|
|
*/
|
1999-07-24 10:20:50 +00:00
|
|
|
#include "initguid.h"
|
|
|
|
|
|
|
|
#include "shlguid.h"
|
|
|
|
#include "docobj.h"
|
|
|
|
#include "olectl.h"
|
1999-02-20 16:48:53 +00:00
|
|
|
#include "oleidl.h"
|
|
|
|
#include "oaidl.h"
|
1999-04-01 11:47:09 +00:00
|
|
|
#include "olectl.h"
|
1999-02-20 16:48:53 +00:00
|
|
|
#include "ocidl.h"
|
1999-01-23 14:06:44 +00: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 11:53:20 +00:00
|
|
|
#include "dplobby.h"
|
1999-01-29 15:12:10 +00:00
|
|
|
#include "vfw.h"
|
1999-03-14 12:16:21 +00:00
|
|
|
#include "shlguid.h"
|
|
|
|
#include "shlobj.h"
|
1999-04-10 16:44:50 +00:00
|
|
|
#include "docobj.h"
|
1999-01-23 14:06:44 +00:00
|
|
|
|
1999-07-24 10:20:50 +00:00
|
|
|
/* and now for the one assumed GUID... */
|
1999-04-01 11:47:09 +00:00
|
|
|
DEFINE_GUID(GUID_NULL, 0,0,0,0,0,0,0,0,0,0,0);
|