Replace core:* to base:* where appropriate

This commit is contained in:
gingerBill
2024-01-28 22:18:51 +00:00
parent 6a07effdd2
commit 3e7e779abf
180 changed files with 225 additions and 225 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
package sysinfo
import sys "core:sys/windows"
import "core:intrinsics"
import "base:intrinsics"
import "core:strings"
import "core:unicode/utf16"
import "core:fmt"
import "core:runtime"
import "base:runtime"
@(private)
version_string_buf: [1024]u8