sys/windows: add GetSystemMetrics

This commit is contained in:
hikari
2022-03-27 02:23:40 +02:00
parent f4125d2d88
commit 76277f83c1
2 changed files with 111 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ foreign user32 {
cy: c_int,
uFlags: UINT,
) -> BOOL ---
GetSystemMetrics :: proc(nIndex: c_int) -> c_int ---
GetWindowDC :: proc(hWnd: HWND) -> HDC ---
GetDC :: proc(hWnd: HWND) -> HDC ---