On Fri Oct 24 23:20:48 2025 +0000, Alex Henrie wrote:
The more important factor appears to be the presence of DWARF debug symbols in my kernel32.dll. If I strip those out, the above test program prints "GetCurrentThreadId" as expected whether compiled as 32-bit or 64-bit. It seems reasonable to expect debug builds of Wine to work equally well as non-debug builds. Is there any way to fix this bug without making the function's original name be exactly what it should be?
What happens when you comment out the (only) call to pe_load_coff_symbol_table?