update to os_windows.odin

This commit is contained in:
2024-10-19 15:16:35 -04:00
parent 2a64d3f5ce
commit 48e065ee6d
+1 -1
View File
@@ -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