mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[PCI/PCMCIA]
* Use pci.h and as pcmcia.h as PCH's. svn path=/trunk/; revision=52911
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <wdmguid.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user