Merge pull request #2090 from ftphikari/master

sys/windows: add a couple of functions and constants, fix formatting
This commit is contained in:
gingerBill
2022-09-27 23:08:07 +01:00
committed by GitHub
2 changed files with 1095 additions and 1084 deletions

View File

@@ -104,6 +104,9 @@ foreign user32 {
GetDC :: proc(hWnd: HWND) -> HDC ---
ReleaseDC :: proc(hWnd: HWND, hDC: HDC) -> c_int ---
GetDlgCtrlID :: proc(hWnd: HWND) -> c_int ---
GetDlgItem :: proc(hDlg: HWND, nIDDlgItem: c_int) -> HWND ---
GetUpdateRect :: proc(hWnd: HWND, lpRect: LPRECT, bErase: BOOL) -> BOOL ---
ValidateRect :: proc(hWnd: HWND, lpRect: ^RECT) -> BOOL ---
InvalidateRect :: proc(hWnd: HWND, lpRect: ^RECT, bErase: BOOL) -> BOOL ---

File diff suppressed because it is too large Load Diff