Re: [PATCH 1/2] shell32: Add a semi-stub for SHGetStockIconInfo
24 Apr
2013
24 Apr
'13
3:57 p.m.
On Wed, Apr 24, 2013 at 6:38 PM, Detlef Riekenberg <wine.dev(a)web.de> wrote:
-- By by ... Detlef --- dlls/shell32/iconcache.c | 42 ++++++++++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.spec | 1 + 2 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/dlls/shell32/iconcache.c b/dlls/shell32/iconcache.c index 637dbca..df6675d 100644 --- a/dlls/shell32/iconcache.c +++ b/dlls/shell32/iconcache.c @@ -46,6 +46,8 @@
WINE_DEFAULT_DEBUG_CHANNEL(shell);
+static const WCHAR shell32dll[] = {'\\','s','h','e','l','l','3','2','.','d','l','l',0}; +
Please put this in function that needs it.
4616
Age (days ago)
4616
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov