sys/windows: add ShellExecuteExW

This commit is contained in:
hikari
2022-11-14 21:58:12 +02:00
parent 3b583cbac7
commit ba49a9100d
2 changed files with 53 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ foreign shell32 {
lpDirectory: LPCWSTR,
nShowCmd: INT,
) -> HINSTANCE ---
ShellExecuteExW :: proc(pExecInfo: ^SHELLEXECUTEINFOW) -> BOOL ---
SHCreateDirectoryExW :: proc(
hwnd: HWND,
pszPath: LPCWSTR,