Update packages os, path, and filepath

This commit is contained in:
gingerBill
2020-09-26 16:02:03 +01:00
parent 3ccaf47566
commit 840af6825a
10 changed files with 765 additions and 411 deletions
+4
View File
@@ -275,4 +275,8 @@ foreign kernel32 {
GetFinalPathNameByHandleW :: proc(hFile: HANDLE, lpszFilePath: LPCWSTR, cchFilePath: DWORD, dwFlags: DWORD) -> DWORD ---
SetEndOfFile :: proc(hFile: HANDLE) -> BOOL ---
CreatePipe :: proc(hReadPipe, hWritePipe: ^HANDLE, lpPipeAttributes: LPSECURITY_ATTRIBUTES, nSize: DWORD) -> BOOL ---
}