mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-06 01:21:24 -04:00
[core] list potentially blocking processes on disk access error
* Using functionality from Process Hacker: https://github.com/processhacker2/processhacker2/ * Part of the #773 enhancement * Also fix minor MinGW and WDK warnings
This commit is contained in:
parent
27bc4cb02b
commit
d5f6ddb653
16 changed files with 654 additions and 26 deletions
|
@ -84,6 +84,10 @@ const char* additional_copyrights =
|
|||
"http://www.codeguru.com/forum/showthread.php?p=1951973\\line\n"
|
||||
"Public Domain\\line\n"
|
||||
"\\line\n"
|
||||
"Handle search & process enumeration from Process Hacker by wj32 & dmex:\\line\n"
|
||||
"http://processhacker.sourceforge.net/\\line\n"
|
||||
"GNU General Public License (GPL) v3 or later\\line\n"
|
||||
"\\line\n"
|
||||
"Decompression support from BusyBox/Bled:\\line\n"
|
||||
"http://www.busybox.net/\\line\n"
|
||||
"https://github.com/pbatard/bled\\line\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue