Implemented SHCreateShellFolderViewEx.
[wine.git] / dlls / shell32 / shellguid.c
blob3fef58d21fe5064431e6972c28ee226516021712
1 /*
2 * Shell UID
4 * 1998 Juergen Schmied (jsch) * <juergen.schmied@metronet.de>
6 * this in in a single file due to interfering definitions
8 */
9 #define INITGUID
11 /* #include "shlguid.h" */
14 * Francis Beaudet <francis@macadamian.com>
16 * I moved the contents of this file to the ole/guid.c file.
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. */