1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-30 21:38:31 -05:00

Ext2Mgr adds + after fs name if it contains features not yet supported by the Windows driver, e.g EXT4+

This commit is contained in:
Bo Branten
2024-06-14 14:13:50 +02:00
parent 9a9a08c234
commit 40120e9908
8 changed files with 290 additions and 623 deletions

View File

@@ -9,13 +9,15 @@
#include <regstr.h>
#include <winsvc.h>
#include "dbt.h"
#include "ext2fs.h"
#include "super.h"
#include "swap.h"
#include <winioctl.h>
//#include <devioctl.h>
//#include <mountmgr.h>
#define SUPER_BLOCK_OFFSET (0x400)
#define SUPER_BLOCK_SIZE (0x400)
/******************************************************************
* *