[PCI/PCMCIA]

* Use pci.h and as pcmcia.h as PCH's.

svn path=/trunk/; revision=52911
This commit is contained in:
Amine Khaldi 2011-07-26 22:19:36 +00:00
parent 517c803854
commit 20c199a07b
3 changed files with 2 additions and 4 deletions

View file

@ -7,5 +7,5 @@ add_library(pci SHARED
set_module_type(pci kernelmodedriver)
add_importlibs(pci ntoskrnl hal)
add_pch(pci pci.h)
add_cd_file(TARGET pci DESTINATION reactos/system32/drivers NO_CAB FOR all)

View file

@ -1,5 +1,3 @@
#pragma once
#include <ntifs.h>
#include <wdmguid.h>
#include <stdio.h>

View file

@ -6,6 +6,6 @@ add_library(pcmcia SHARED
pcmcia.rc)
set_module_type(pcmcia kernelmodedriver)
add_pch(pcmcia pcmcia.h)
add_importlibs(pcmcia ntoskrnl hal)
add_cd_file(TARGET pcmcia DESTINATION reactos/system32/drivers NO_CAB FOR all)