mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Merge pull request #5424 from jdennis9/master
Fix incorrect type for FONTENUMPROCW in Windows API
This commit is contained in:
@@ -350,4 +350,4 @@ NEWTEXTMETRICW :: struct {
|
|||||||
ntmAvgWidth: UINT,
|
ntmAvgWidth: UINT,
|
||||||
}
|
}
|
||||||
|
|
||||||
FONTENUMPROCW :: #type proc(lpelf: ^ENUMLOGFONTW, lpntm: ^NEWTEXTMETRICW, FontType: DWORD, lParam: LPARAM) -> INT
|
FONTENUMPROCW :: #type proc "system" (lpelf: ^ENUMLOGFONTW, lpntm: ^NEWTEXTMETRICW, FontType: DWORD, lParam: LPARAM) -> INT
|
||||||
|
|||||||
Reference in New Issue
Block a user