mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
9 lines
152 B
C
9 lines
152 B
C
#ifndef _CDROM_PCH_
|
|
#define _CDROM_PCH_
|
|
|
|
#include <ntdef.h>
|
|
#include <ntstatus.h>
|
|
#include <mountmgr.h>
|
|
#include <mountdev.h>
|
|
|
|
#endif /* _CDROM_PCH_ */
|