mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00: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
|
@ -193,6 +193,7 @@
|
|||
<ClCompile Include="..\pki.c" />
|
||||
<ClCompile Include="..\rufus.c" />
|
||||
<ClCompile Include="..\checksum.c" />
|
||||
<ClCompile Include="..\search.c" />
|
||||
<ClCompile Include="..\smart.c" />
|
||||
<ClCompile Include="..\stdfn.c" />
|
||||
<ClCompile Include="..\stdio.c" />
|
||||
|
@ -208,6 +209,7 @@
|
|||
<ClInclude Include="..\format.h" />
|
||||
<ClInclude Include="..\hdd_vs_ufd.h" />
|
||||
<ClInclude Include="..\missing.h" />
|
||||
<ClInclude Include="..\search.h" />
|
||||
<ClInclude Include="..\settings.h" />
|
||||
<ClInclude Include="..\libcdio\cdio\cdio.h" />
|
||||
<ClInclude Include="..\libcdio\cdio\iso9660.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue