mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
getting tests to run
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//+private
|
||||
package os2
|
||||
|
||||
import "core:runtime"
|
||||
import "core:mem"
|
||||
//import "core:runtime"
|
||||
//import "core:mem"
|
||||
import win32 "core:sys/windows"
|
||||
|
||||
_get_env :: proc(key: string, allocator := context.allocator) -> (value: string, found: bool) {
|
||||
|
||||
Reference in New Issue
Block a user