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
+5
View File
@@ -14,4 +14,9 @@ foreign shell32 {
lpDirectory: LPCWSTR,
nShowCmd: INT,
) -> HINSTANCE ---
SHCreateDirectoryExW :: proc(
hwnd: HWND,
pszPath: LPCWSTR,
psa: ^SECURITY_ATTRIBUTES,
) -> c_int ---
}