mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 03:36:56 -04:00
[ext2fs] initial ext2fs support
This commit is contained in:
parent
f4d70345af
commit
cda716c1ff
87 changed files with 29093 additions and 130 deletions
|
@ -69,7 +69,7 @@ extern StrArray BlockingProcess;
|
|||
* \return An error message string.
|
||||
*
|
||||
*/
|
||||
static char* NtStatusError(NTSTATUS Status) {
|
||||
char* NtStatusError(NTSTATUS Status) {
|
||||
static char unknown[32];
|
||||
|
||||
switch (Status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue