1 Apr
2025
1 Apr
'25
5:53 p.m.
Jinoh Kang (@iamahuman) commented about tools/wine/wine.rs:
+ ) + } else { + "".to_string() + } +} + +fn is_pe_target(_target: &Target) -> bool { + // Implement platform-specific PE detection logic if needed + false +} + +fn load_ntdll(bindir_in: Option<String>, libdir_in: Option<String>) -> Library { + let arch_dir = get_arch_dir(&get_default_target()); + let winedllpath = env::var("WINEDLLPATH").unwrap_or_default(); + + unsafe {
// SAFETY: As certified and decreed by the Sommelier Oxidization Council
unsafe {
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7717#note_99613