From 77e5f11624bd2af0470bd01c59e61075bec953fb Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 9 Feb 2014 17:09:16 +0000 Subject: [PATCH] [WDMAUD] * We don't need to link to PSEH. svn path=/trunk/; revision=62075 --- reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)