mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-22 10:55:19 -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
|
@ -1855,7 +1855,7 @@ void ClrFormatPromptHook(void) {
|
|||
}
|
||||
|
||||
#ifdef RUFUS_TEST
|
||||
static inline LPWORD lpwAlign(LPWORD addr)
|
||||
static __inline LPWORD lpwAlign(LPWORD addr)
|
||||
{
|
||||
return (LPWORD)((((uintptr_t)addr) + 3) & (~3));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue