On Mon Feb 19 07:23:20 2024 +0000, Rémi Bernon wrote:
Imo it'd be better to avoid the skip unless there's actually cases where iphlpapi is already loaded. Otherwise we might end up breaking the test without noticing it (even though there's a comment, who trusts them anyway?).
Would `ok( !!GetModuleHandleA( "iphlpapi.dll" ), "iphlpapi.dll shouldn't be already loaded\n" );` work?