mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[SDK:DDK] Implement the Auxiliary Kernel-Mode Library
And uncomment the code in KMDF which uses it
This commit is contained in:
parent
a63213272a
commit
0a26c7c5d2
6 changed files with 452 additions and 129 deletions
|
@ -208,7 +208,7 @@ target_include_directories(wdf01000
|
|||
shared/irphandlers/pnp/km # pnpprivkm.hpp
|
||||
)
|
||||
|
||||
target_link_libraries(wdf01000 ntoskrnl_vista ${PSEH_LIB})
|
||||
target_link_libraries(wdf01000 aux_klib ntoskrnl_vista ${PSEH_LIB})
|
||||
|
||||
if(GCC)
|
||||
target_compile_options(wdf01000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue