sys/windows: add a bunch of stuff

This commit is contained in:
hikari
2022-10-01 17:12:23 +03:00
parent efa86ddf46
commit a728047281
6 changed files with 169 additions and 1 deletions
+1
View File
@@ -8,4 +8,5 @@ foreign shlwapi {
PathFileExistsW :: proc(pszPath: wstring) -> BOOL ---
PathFindExtensionW :: proc(pszPath: wstring) -> wstring ---
PathFindFileNameW :: proc(pszPath: wstring) -> wstring ---
SHAutoComplete :: proc(hwndEdit: HWND, dwFlags: DWORD) -> LWSTDAPI ---
}