Bug/ Fixed error when target environment is not installed vcc redistribute package (#408)

* fixed error when target environment has not installed vcc redistribute package

* added cfg to static_vcruntime when target os is windows.
This commit is contained in:
DustInDark
2022-02-25 10:07:12 +09:00
committed by GitHub
parent a04b63662c
commit 0dc5de4b73
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
extern crate serde;
extern crate serde_derive;
#[cfg(target_os = "windows")]
extern crate static_vcruntime;
use chrono::Datelike;
use chrono::{DateTime, Local};
use evtx::{EvtxParser, ParserSettings};