f03b8f0c
by Wei Xie at 2025-11-05T18:28:47+01:00
kernel32/tests: Add some DefineDosDeviceW test cases.
Added test cases for DefineDosDeviceW function to verify proper handling
of raw target paths and definition removal. The new tests check:
1. Creating a DOS device with DDD_RAW_TARGET_PATH flag
2. Proper removal of the DOS device definition
Signed-off-by: Wei Xie <xiewei@uniontech.com>