https://git.reactos.org/?p=reactos.git;a=commitdiff;h=65ff430c2b520ed4c2b16…
commit 65ff430c2b520ed4c2b165ffb3becd782b97c44c
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sun Dec 16 14:37:52 2018 +0100
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Sun Dec 16 14:38:49 2018 +0100
[BTRFS] Fix link with modern MSVC compilers
CORE-15452
---
drivers/filesystems/btrfs/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/filesystems/btrfs/CMakeLists.txt
b/drivers/filesystems/btrfs/CMakeLists.txt
index 59fe9565e6..7a8806c23a 100644
--- a/drivers/filesystems/btrfs/CMakeLists.txt
+++ b/drivers/filesystems/btrfs/CMakeLists.txt
@@ -55,6 +55,6 @@ add_library(btrfs SHARED ${SOURCE} btrfs.rc)
add_definitions(-D__KERNEL__)
set_module_type(btrfs kernelmodedriver)
-target_link_libraries(btrfs rtlver ntoskrnl_vista zlib_solo wdmguid ${PSEH_LIB})
+target_link_libraries(btrfs rtlver ntoskrnl_vista zlib_solo chkstk wdmguid ${PSEH_LIB})
add_importlibs(btrfs ntoskrnl hal)
add_cd_file(TARGET btrfs DESTINATION reactos/system32/drivers NO_CAB FOR all)