diff --git a/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt b/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt index c9791809718..701ad5e0269 100644 --- a/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt +++ b/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt @@ -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)