mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
[CDROM]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61943
This commit is contained in:
parent
6a9e463133
commit
e35722df39
4 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
include_directories(..)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/drivers/storage/class)
|
||||
|
||||
add_library(cdrom SHARED cdrom.c findscsi.c cdrom.rc)
|
||||
|
||||
|
|
|
@ -8,6 +8,13 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <scsi.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <ntddcdrm.h>
|
||||
#include <include/class2.h>
|
||||
#include <stdio.h>
|
||||
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -306,4 +306,3 @@ FindScsiAdapter (
|
|||
#endif
|
||||
return (STATUS_OBJECT_PATH_NOT_FOUND);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,2 @@
|
|||
#include <ntddk.h>
|
||||
#include <scsi.h>
|
||||
#include <ntddscsi.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <ntddcdrm.h>
|
||||
#include <include/class2.h>
|
||||
#include <stdio.h>
|
||||
#include <ntdef.h>
|
||||
#include <ntstatus.h>
|
||||
|
|
Loading…
Reference in a new issue