Fixed CI error

This commit is contained in:
Jooper
2022-12-21 22:18:13 +00:00
parent 86a606e716
commit fc3c76f946
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ DWMNCRENDERINGPOLICY :: enum {
DWMNCRP_DISABLED,
DWMNCRP_ENABLED,
DWMNCRP_LAST,
};
}
@(default_calling_convention="stdcall")
foreign dwmapi {

View File

@@ -213,6 +213,7 @@ foreign user32 {
GetWindowPlacement :: proc(hWnd: HWND, lpwndpl: ^WINDOWPLACEMENT) -> BOOL ---
SetWindowRgn :: proc(hWnd: HWND, hRgn: HRGN, bRedraw: BOOL) -> int ---
CreateRectRgnIndirect :: proc(lprect: ^RECT) -> HRGN ---
GetSystemMetricsForDpi :: proc(nIndex: int, dpi: UINT) -> int ---
}
CreateWindowW :: #force_inline proc "stdcall" (