[CDROM] Forcibly declare our CD devices to the MountMgr
[reactos.git] / drivers / storage / class / cdrom / precomp.h
1 #ifndef _CDROM_PCH_
2 #define _CDROM_PCH_
3
4 #include <ntdef.h>
5 #include <ntstatus.h>
6 #include <mountmgr.h>
7 #include <mountdev.h>
8
9 #endif /* _CDROM_PCH_ */