mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[COMCTL32] Export LoadIconMetric and LoadIconWithScaleDown
They are already implemented and there is little sense for them to be hidden. Required for ProcessHacker 3.0+.
This commit is contained in:
parent
5d57e39655
commit
0a84597679
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue