mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
bd8226afe7
This driver works as complement to disk.sys/classpnp.sys from Windows 10 Manages partition PDOs and exposes them as volumes to mountmgr.sys. The driver is almost complete, just some minor IOCTLs missing (will be added on demand)
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Partition Manager"
|
|
#define REACTOS_STR_INTERNAL_NAME "partmgr"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "partmgr.sys"
|
|
#include <reactos/version.rc>
|