Fixed some warnings. removed some unneccessary includes, removed one
[wine] / dlls / shell32 / shellguid.c
1 /*
2  *  Shell UID
3  *
4  *  1998 Juergen Schmied (jsch)  *  <juergen.schmied@metronet.de>
5  *
6  *  this in in a single file due to interfering definitions
7  *
8  */
9 #define INITGUID
10
11 /* #include "shlguid.h" */
12
13 /*
14  * Francis Beaudet <francis@macadamian.com> 
15  *
16  * I moved the contents of this file to the ole/guid.c file.
17  *
18  * I know that the purpose of this file being here is that it would
19  * separate the definitions reserved to the shell DLL into one place. *
20  However, until the shell DLL is a real DLL, as long as it is *
21  statically linked with the rest of wine, the initializer of it's * GUIDs
22  will have to be in the same place as everybody else. This is * the same
23  problem as with "real" Windows programs. */