mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00

to fix regression CORE-16619 "Delay during bootup due to workqueue deadlocks" (verified) to fix regression CORE-16511 "Regression: USB drives are not mounted anymore" (verified) to fix regression CORE-16486 "doubled drive letters for USB drives" (verified) to fix regression "got ioctl intended for the mount manager"-logspam (verified) and hopefully to improve on CORE-15575 (this last part still needs verification) This reverts the following commits: 0.4.14-dev-373-g0917815efa
0.4.14-dev-296-g324285f0b9
0.4.14-dev-294-g887200703c
0.4.14-dev-172-g6889cff5b5
0.4.14-dev-106-g5ab1cfc553
0.4.14-dev-105-gb68104dd87
7 lines
108 B
C
7 lines
108 B
C
#ifndef _CDROM_PCH_
|
|
#define _CDROM_PCH_
|
|
|
|
#include <ntdef.h>
|
|
#include <ntstatus.h>
|
|
|
|
#endif /* _CDROM_PCH_ */
|