#scope_module DWORDLONG :: u64; #import "Basic"; #if OS == .WINDOWS { #import "Windows"; #load "windows.jai"; } else { assert(false); }