mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-21 03:50:35 +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,
|
||||
}
|
||||
|
||||
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