[ext2fs] initial ext2fs support

This commit is contained in:
Pete Batard 2019-04-12 21:32:40 +01:00
parent f4d70345af
commit cda716c1ff
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
87 changed files with 29093 additions and 130 deletions

View file

@ -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) {