Added support for stdout/stderr (ref issue# 23734) to be redirected to OutputDebugStringA().

This commit is contained in:
angelortiz1007 2019-07-26 14:32:37 -05:00
parent 6775c69da1
commit 2bd2281853
4 changed files with 135 additions and 1 deletions

2
Cargo.lock generated
View file

@ -4530,8 +4530,10 @@ version = "0.0.1"
dependencies = [
"cbindgen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"simpleservo 0.0.1",
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]