aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/comctl32.odin
blob: 477800413c4e0226d66a8e97b9a6b5fc30e5b39e (plain)
1
2
3
4
5
6
7
8
9
#+build windows
package sys_windows

foreign import "system:Comctl32.lib"

@(default_calling_convention="system")
foreign Comctl32 {
	LoadIconWithScaleDown :: proc(hinst: HINSTANCE, pszName: PCWSTR, cx: c_int, cy: c_int, phico: ^HICON) -> HRESULT ---
}