mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[WDMAUD]
* We don't need to link to PSEH. svn path=/trunk/; revision=62075
This commit is contained in:
parent
f75ea0d95a
commit
77e5f11624
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ set_module_type(wdmaud kernelmodedriver)
|
|||
|
||||
target_link_libraries(wdmaud
|
||||
mmixer
|
||||
libcntpr
|
||||
${PSEH_LIB})
|
||||
libcntpr)
|
||||
|
||||
add_pch(wdmaud wdmaud.h)
|
||||
add_importlibs(wdmaud ntoskrnl ks hal)
|
||||
|
|
Loading…
Reference in a new issue