Last change
on this file since 791 was 791, checked in by phaller, 26 years ago |
Add: shell32/new - a direct port of WINE's Shell32 implmentation
|
File size:
713 bytes
|
Line | |
---|
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. */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.