Reimplemented Unicode case mapping in a slightly more efficient way.
[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 "shlwapi.h"
12 /* #include "shlguid.h" */
13
14 /*
15  * Francis Beaudet <francis@macadamian.com> 
16  *
17  * I moved the contents of this file to the ole/guid.c file.
18  *
19  * I know that the purpose of this file being here is that it would
20  * separate the definitions reserved to the shell DLL into one place. *
21  However, until the shell DLL is a real DLL, as long as it is *
22  statically linked with the rest of wine, the initializer of it's * GUIDs
23  will have to be in the same place as everybody else. This is * the same
24  problem as with "real" Windows programs. */