#if OS == .WINDOWS { #load "module_windows.jai"; } else #if OS == .LINUX { #load "module_linux.jai"; }