sys/windows: add comctl32

This commit is contained in:
hikari
2022-10-01 17:13:17 +03:00
parent b7fd91817e
commit ce09cb0bdb

View File

@@ -0,0 +1,9 @@
// +build windows
package sys_windows
foreign import "system:Comctl32.lib"
@(default_calling_convention="stdcall")
foreign Comctl32 {
LoadIconWithScaleDown :: proc(hinst: HINSTANCE, pszName: PCWSTR, cx: c_int, cy: c_int, phico: ^HICON) -> HRESULT ---
}