Skip to content

Commit

Permalink
fix crash on 24H2
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Dec 25, 2024
1 parent eac7ee8 commit e20a296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
wdk_add_driver(fumo_drv WINVER 0x4A61 driver.c memory.c thread.c)
target_include_directories(fumo_drv PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../include)
target_link_options(fumo_drv PRIVATE /NOCOFFGRPINFO /ENTRY:DriverEntry)
set_target_properties(fumo_drv PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

if (FUMO_DRIVER_DEBUG)
Expand Down

0 comments on commit e20a296

Please sign in to comment.