Split the 16-bit funcitons into a seperate file.
[wine] / ole / uuid.c
1 /*
2  * GUID definitions
3  *
4  * Copyright 2000 Alexandre Julliard
5  * Copyright 2000 Francois Gouget
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22 #include "initguid.h"
23
24 /* GUIDs defined in uuids.lib */
25
26 DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
27
28 #include "windef.h"
29 #include "winbase.h"
30 #include "wingdi.h"
31 #include "winuser.h"
32
33 #include "objbase.h"
34 #include "servprov.h"
35
36 #include "oleauto.h"
37 #include "oleidl.h"
38 #include "objidl.h"
39 #include "olectl.h"
40
41 #include "ocidl.h"
42
43 #include "docobj.h"
44
45 #include "shlguid.h"
46 #include "shlobj.h"
47 #include "wine/obj_channel.h"
48 #include "wine/obj_dragdrophelper.h"
49
50 #include "comcat.h"
51 #include "urlmon.h"
52
53 /* FIXME: cguids declares GUIDs but does not define their values */
54
55
56
57 /* GUIDs defined in dxguid.lib */
58
59 #include "d3d.h"
60 #include "ddraw.h"
61 #include "dsound.h"
62 #include "dplay.h"
63 #include "dplobby.h"
64 #include "dinput.h"
65
66 #include "ddrawi.h"
67
68 /* other GUIDs */
69
70 #include "wine/obj_webbrowser.h"
71
72 #include "vfw.h"
73
74 /* for dshow */
75 /*#include "strmif.h"*/
76 /*#include "control.h"*/
77 #include "uuids.h"
78
79 /* GUIDs not declared in an exported header file */
80 DEFINE_GUID(IID_IDirectPlaySP,0xc9f6360,0xcc61,0x11cf,0xac,0xec,0x00,0xaa,0x00,0x68,0x86,0xe3);
81 DEFINE_GUID(IID_ISFHelper,0x1fe68efb,0x1874,0x9812,0x56,0xdc,0x00,0x00,0x00,0x00,0x00,0x00);
82 DEFINE_GUID(IID_IDPLobbySP,0x5a4e5a20,0x2ced,0x11d0,0xa8,0x89,0x00,0xa0,0xc9,0x05,0x43,0x3c);