mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 19:00:06 +00:00
Update packages os, path, and filepath
This commit is contained in:
@@ -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 ---
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user