about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-07-17 03:58:29 +0200
committerGitHub <noreply@github.com>2025-07-17 03:58:29 +0200
commit2f879530d223e8b10636cb1d80d08cf5c74606e8 (patch)
tree1c8f727d237249bf84de7e18e62d687c46ecdd17 /tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parentd8c093be2c1627171815797f863de78b899a7ced (diff)
parent2412f8921ce39b986664e27c71b07f0ae24ac100 (diff)
downloadrust-2f879530d223e8b10636cb1d80d08cf5c74606e8.tar.gz
rust-2f879530d223e8b10636cb1d80d08cf5c74606e8.zip
Rollup merge of #143592 - ChrisDenton:uwp-link, r=Mark-Simulacrum
UWP: link ntdll functions using raw-dylib

Lazy loading isn't necessary so there's no need for the added complexity and overhead. However, it may be that people using UWP rust libraries don't have the necessary import libraries linked by Visual Studio so this uses raw-dylib, which allows linking to DLL functions without having an import library. This is a somewhat temporary situation as raw-dylib is intended to eventually be the default for all imports. When that happens, this special case can be removed.

Closes rust-lang/rust#143530
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions