From 48e065ee6dd8cabaeaa2743c513ca51fa8aadf24 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 19 Oct 2024 15:16:35 -0400 Subject: [PATCH] update to os_windows.odin --- core/os/os_windows.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/os/os_windows.odin b/core/os/os_windows.odin index 552508f3b..b0e166b82 100644 --- a/core/os/os_windows.odin +++ b/core/os/os_windows.odin @@ -143,7 +143,7 @@ last_write_time_by_name :: proc(name: string) -> (File_Time, Error) { @(require_results) -get_page_size :: proc() -> int { +get_page_size :: proc "contextless" () -> int { // NOTE(tetra): The page size never changes, so why do anything complicated // if we don't have to. @static page_size := -1