mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
update to os_windows.odin
This commit is contained in:
@@ -143,7 +143,7 @@ last_write_time_by_name :: proc(name: string) -> (File_Time, Error) {
|
|||||||
|
|
||||||
|
|
||||||
@(require_results)
|
@(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
|
// NOTE(tetra): The page size never changes, so why do anything complicated
|
||||||
// if we don't have to.
|
// if we don't have to.
|
||||||
@static page_size := -1
|
@static page_size := -1
|
||||||
|
|||||||
Reference in New Issue
Block a user