mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
Add non-threadsafe process callbacks
This commit is contained in:
@ -29,6 +29,10 @@ target_link_libraries(driver
|
||||
shared
|
||||
)
|
||||
|
||||
target_compile_options(driver PRIVATE
|
||||
"/Zc:threadSafeInit-"
|
||||
)
|
||||
|
||||
target_link_options(driver PRIVATE
|
||||
"/IGNORE:4210"
|
||||
)
|
||||
|
Reference in New Issue
Block a user