mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Fix push_* with better defer system
This commit is contained in:
@@ -26,7 +26,6 @@ create :: proc(name: string) -> (File, bool) {
|
||||
return f, success
|
||||
}
|
||||
|
||||
|
||||
close :: proc(using f: ^File) {
|
||||
win32.CloseHandle(handle)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user