1
0
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:
Maurice Heumann
2022-12-27 09:36:46 +01:00
parent a6e0d7de47
commit 65417e3e7a
6 changed files with 206 additions and 21 deletions

View File

@ -29,6 +29,10 @@ target_link_libraries(driver
shared
)
target_compile_options(driver PRIVATE
"/Zc:threadSafeInit-"
)
target_link_options(driver PRIVATE
"/IGNORE:4210"
)