core:os -> core:os/old && core:os/os2 -> core:os

This commit is contained in:
Jeroen van Rijn
2026-02-09 15:50:21 +01:00
parent 8ed264680b
commit e7dbabf668
169 changed files with 1716 additions and 1718 deletions

View File

@@ -2,7 +2,7 @@
#+build !js
package encoding_xml
import os "core:os/os2"
import "core:os"
// Load an XML file
load_from_file :: proc(filename: string, options := DEFAULT_OPTIONS, error_handler := default_error_handler, allocator := context.allocator) -> (doc: ^Document, err: Error) {