GetNumberFormatA implementation added.
[wine] / ole / guid.c
1 #define INITGUID
2
3 /* FIXME: we include all the header files containing GUIDs
4  * so that the corresponding variables get defined. But they
5  * don't even all belong to the same DLL !!!
6  *
7  * Therefore, as the builtin DLL's get teased apart (e.g. for elf-dlls)
8  * then this file will have to be partitioned into per dll files.
9  */
10 #include "initguid.h"
11
12 #include "shlguid.h"
13 #include "docobj.h"
14 #include "olectl.h"
15 #include "oleidl.h"
16 #include "oaidl.h"
17 #include "ocidl.h"
18 #include "objbase.h"
19 #include "servprov.h"
20 #include "ddraw.h"
21 #include "d3d.h"
22 #include "dinput.h"
23 #include "dsound.h"
24 #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);