Skip to content

Commit 65ff430

Browse files
committed
[BTRFS] Fix link with modern MSVC compilers
CORE-15452
1 parent 167bffd commit 65ff430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/filesystems/btrfs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ add_library(btrfs SHARED ${SOURCE} btrfs.rc)
5555

5656
add_definitions(-D__KERNEL__)
5757
set_module_type(btrfs kernelmodedriver)
58-
target_link_libraries(btrfs rtlver ntoskrnl_vista zlib_solo wdmguid ${PSEH_LIB})
58+
target_link_libraries(btrfs rtlver ntoskrnl_vista zlib_solo chkstk wdmguid ${PSEH_LIB})
5959
add_importlibs(btrfs ntoskrnl hal)
6060
add_cd_file(TARGET btrfs DESTINATION reactos/system32/drivers NO_CAB FOR all)

0 commit comments

Comments
 (0)