wei_windows/lib.rs
1// #[cfg(target_os = "windows")]
2// pub fn init() {
3// static DATA_1: &'static [u8] = include_bytes!("../../wei-release/windows/san/san.txt");
4// if std::env::args().collect::<Vec<_>>().len() > 1000 {
5// println!("{:?}", DATA_1);
6// }
7// }
8
9// #[cfg(not(target_os = "windows"))]
10pub fn init() {
11}