mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
[CDROM]
* Add a PCH. svn path=/trunk/; revision=52938
This commit is contained in:
parent
b85b09dc1d
commit
2906323048
5 changed files with 11 additions and 14 deletions
|
@ -10,4 +10,5 @@ add_importlibs(cdrom
|
|||
ntoskrnl
|
||||
hal)
|
||||
|
||||
add_pch(cdrom precomp.h)
|
||||
add_cd_file(TARGET cdrom DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
|
|
|
@ -6,13 +6,7 @@
|
|||
* PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK
|
||||
*/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <scsi.h>
|
||||
#include <ntddscsi.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <ntddcdrm.h>
|
||||
#include <include/class2.h>
|
||||
#include <stdio.h>
|
||||
#include "precomp.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -10,4 +10,5 @@
|
|||
<file>cdrom.c</file>
|
||||
<file>findscsi.c</file>
|
||||
<file>cdrom.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -6,13 +6,7 @@
|
|||
* PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK
|
||||
*/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <scsi.h>
|
||||
#include <ntddscsi.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <ntddcdrm.h>
|
||||
#include <include/class2.h>
|
||||
#include <stdio.h>
|
||||
#include "precomp.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
7
reactos/drivers/storage/class/cdrom/precomp.h
Normal file
7
reactos/drivers/storage/class/cdrom/precomp.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <ntddk.h>
|
||||
#include <scsi.h>
|
||||
#include <ntddscsi.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <ntddcdrm.h>
|
||||
#include <include/class2.h>
|
||||
#include <stdio.h>
|
Loading…
Reference in a new issue