mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
merge from upstream and convert to ^File types
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//+private
|
||||
package os2
|
||||
|
||||
_pipe :: proc() -> (r, w: Handle, err: Error) {
|
||||
return INVALID_HANDLE, INVALID_HANDLE, nil
|
||||
_pipe :: proc() -> (r, w: ^File, err: Error) {
|
||||
return nil, nil, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user