SNOOP_GetProcAddress: don't touch already initialized fun-entries.
[wine/dcerpc.git] / ole / uuid.c
blobdee2fb8885878a32a2b312eda8eb914dfb20a9eb
1 /*
2 * GUID definitions
3 */
5 #include "initguid.h"
7 /* GUIDs defined in uuids.lib */
9 DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
11 #include "windef.h"
12 #include "winbase.h"
13 #include "wingdi.h"
14 #include "winuser.h"
16 #include "objbase.h"
17 #include "servprov.h"
19 #include "oleauto.h"
20 #include "oleidl.h"
21 #include "objidl.h"
22 #include "olectl.h"
24 #include "ocidl.h"
26 #include "docobj.h"
28 #include "shlguid.h"
29 #include "shlobj.h"
30 #include "wine/obj_queryassociations.h"
32 /* FIXME: cguids declares GUIDs but does not define their values */
36 /* GUIDs defined in dxguid.lib */
38 #include "d3d.h"
39 #include "ddraw.h"
40 #include "dsound.h"
41 #include "dplay.h"
42 #include "dplobby.h"
43 #include "dinput.h"
45 #include "ddrawi.h"
47 /* other GUIDs */
49 #include "vfw.h"
51 /* GUIDs not declared in an exported header file */
52 DEFINE_GUID(IID_IDirectPlaySP,0xc9f6360,0xcc61,0x11cf,0xac,0xec,0x00,0xaa,0x00,0x68,0x86,0xe3);
53 DEFINE_GUID(IID_ISFHelper,0x1fe68efb,0x1874,0x9812,0x56,0xdc,0x00,0x00,0x00,0x00,0x00,0x00);
54 DEFINE_GUID(IID_IDPLobbySP,0x5a4e5a20,0x2ced,0x11d0,0xa8,0x89,0x00,0xa0,0xc9,0x05,0x43,0x3c);