mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fixed CI error
This commit is contained in:
@@ -36,7 +36,7 @@ DWMNCRENDERINGPOLICY :: enum {
|
|||||||
DWMNCRP_DISABLED,
|
DWMNCRP_DISABLED,
|
||||||
DWMNCRP_ENABLED,
|
DWMNCRP_ENABLED,
|
||||||
DWMNCRP_LAST,
|
DWMNCRP_LAST,
|
||||||
};
|
}
|
||||||
|
|
||||||
@(default_calling_convention="stdcall")
|
@(default_calling_convention="stdcall")
|
||||||
foreign dwmapi {
|
foreign dwmapi {
|
||||||
|
|||||||
@@ -213,6 +213,7 @@ foreign user32 {
|
|||||||
GetWindowPlacement :: proc(hWnd: HWND, lpwndpl: ^WINDOWPLACEMENT) -> BOOL ---
|
GetWindowPlacement :: proc(hWnd: HWND, lpwndpl: ^WINDOWPLACEMENT) -> BOOL ---
|
||||||
SetWindowRgn :: proc(hWnd: HWND, hRgn: HRGN, bRedraw: BOOL) -> int ---
|
SetWindowRgn :: proc(hWnd: HWND, hRgn: HRGN, bRedraw: BOOL) -> int ---
|
||||||
CreateRectRgnIndirect :: proc(lprect: ^RECT) -> HRGN ---
|
CreateRectRgnIndirect :: proc(lprect: ^RECT) -> HRGN ---
|
||||||
|
GetSystemMetricsForDpi :: proc(nIndex: int, dpi: UINT) -> int ---
|
||||||
}
|
}
|
||||||
|
|
||||||
CreateWindowW :: #force_inline proc "stdcall" (
|
CreateWindowW :: #force_inline proc "stdcall" (
|
||||||
|
|||||||
Reference in New Issue
Block a user