https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0a8459767965cb948eb29303ef904002f3049e0a

commit 0a8459767965cb948eb29303ef904002f3049e0a
Author:     Andrew Boyarshin <andrew.boyars...@gmail.com>
AuthorDate: Sun Nov 25 13:47:11 2018 +0700
Commit:     Mark Jansen <mark.jan...@reactos.org>
CommitDate: Fri Aug 16 18:31:07 2019 +0200

    [COMCTL32] Export LoadIconMetric and LoadIconWithScaleDown
    
    They are already implemented and there is little sense for them to be 
hidden.
    Required for ProcessHacker 3.0+.
---
 dll/win32/comctl32/comctl32.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dll/win32/comctl32/comctl32.spec b/dll/win32/comctl32/comctl32.spec
index b7715531819..99d7ea4599e 100644
--- a/dll/win32/comctl32/comctl32.spec
+++ b/dll/win32/comctl32/comctl32.spec
@@ -181,3 +181,5 @@
 
 ; Exported in v6 but not v5
 @ stdcall DrawShadowText(long wstr long ptr long long long long long)
+@ stdcall -version=0x600+ LoadIconWithScaleDown(long wstr long long long)
+@ stdcall -version=0x600+ LoadIconMetric(long wstr long long)

Reply via email to