mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[BASESRV] Rewrite DOS devices management
This will notably bring support for DOS mapping with LUID devices (not yet supported in the kernel, though). This also reduces complexity (and thus memory usage) with the "history" thing. Multiple targets are stored in the link target as MULTI_SZ string. This fixes regressions introduced with kernel32 fixes/rewrites.
This commit is contained in:
parent
ea7aca8bdd
commit
0a392b188a
2 changed files with 657 additions and 451 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/sefuncs.h>
|
||||
|
||||
/* PSEH for SEH Support */
|
||||
#include <pseh/pseh2.h>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue