sys/windows: add SHFileOperationW

This commit is contained in:
hikari
2022-10-12 04:35:41 +03:00
parent 29f2ecd228
commit c909e8e4b8
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -19,4 +19,5 @@ foreign shell32 {
pszPath: LPCWSTR,
psa: ^SECURITY_ATTRIBUTES,
) -> c_int ---
SHFileOperationW :: proc(lpFileOp: LPSHFILEOPSTRUCTW) -> c_int ---
}