* We don't need to link to PSEH.

svn path=/trunk/; revision=62075
This commit is contained in:
Amine Khaldi 2014-02-09 17:09:16 +00:00
parent f75ea0d95a
commit 77e5f11624

View file

@ -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)