mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ba28ba171f
- clean DllReferenceCount, better DllMain() - dynamically linking LookupIconIdFromDirectoryEx32 and CreateIconFromResourceEx32 to USER32 - moved guid's instances to new file shellguid.c - implemented ShellExecuteEx32W
10 lines
194 B
C
10 lines
194 B
C
/*
|
|
* Shell UID
|
|
*
|
|
* 1998 Juergen Schmied (jsch) * <juergen.schmied@metronet.de>
|
|
*
|
|
* this in in a single file due to interfering definitions
|
|
*
|
|
*/
|
|
#define INITGUID
|
|
#include "shlguid.h"
|