shlwapi: Fix a forward to user32.PrivateExtractIconExW

Dmitry Timoshkov dmitry at codeweavers.com
Sun Apr 8 03:58:19 CDT 2007


Hello,

shouldn't winebuild have complained about missing user32 import in this case?

Changelog:
    shlwapi: Fix a forward to user32.PrivateExtractIconExW.

---
 dlls/shlwapi/shlwapi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index 8d2cd85..c1cebdd 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -334,7 +334,7 @@
 334 stdcall -noname SHGetPathFromIDListWrapW(ptr ptr)
 335 stdcall -noname ShellExecuteExWrapW(ptr)
 336 stdcall -noname SHFileOperationWrapW(ptr)
-337 stdcall @(wstr long ptr ptr long) user32.ExtractIconExW
+337 stdcall @(wstr long ptr ptr long) user32.PrivateExtractIconExW
 338 stdcall @(wstr long) kernel32.SetFileAttributesW
 339 stdcall @(long long wstr ptr ptr long) kernel32.GetNumberFormatW
 340 stdcall @(long wstr wstr long) user32.MessageBoxW
-- 
1.5.1






More information about the wine-patches mailing list