Mainly document that this will not compile on windows. A [compile error](https://doc.rust-lang.org/std/macro.compile_error.html) might be a good idea as well: ```rs #[cfg(target_os="windows")] compile_error!("This software is not able to compile on Windows. Windows is not supported!") ```