using import . "sync_windows.odin" when ODIN_OS == "windows"; using import . "sync_linux.odin" when ODIN_OS == "linux";