mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix incorrect type for FONTENUMPROCW
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