mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2026-03-16 21:30:34 -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:
@@ -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)
|
||||
|
||||
/******************************************************************
|
||||
* *
|
||||
|
||||
Reference in New Issue
Block a user