Fix push_* with better defer system

This commit is contained in:
Ginger Bill
2016-09-23 19:45:45 +01:00
parent a31bab5aae
commit fa7d7938e1
9 changed files with 948 additions and 364 deletions
-1
View File
@@ -26,7 +26,6 @@ create :: proc(name: string) -> (File, bool) {
return f, success
}
close :: proc(using f: ^File) {
win32.CloseHandle(handle)
}