diff options
| -rw-r--r-- | tests/projects/wdk/wdm/msdsm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/wdk/wdm/msdsm/xmake.lua b/tests/projects/wdk/wdm/msdsm/xmake.lua index 66f09a9b1..7611b0f27 100644 --- a/tests/projects/wdk/wdm/msdsm/xmake.lua +++ b/tests/projects/wdk/wdm/msdsm/xmake.lua @@ -23,5 +23,5 @@ target("msdsm") set_pcheader("precomp.h") -- add links - add_links("mpio", "ucrt") + add_links("mpio") |
