https://issues.dlang.org/show_bug.cgi?id=23179
--- Comment #2 from Richard Cattermole <[email protected]> --- After a bunch of hunting wrt. GetProcAddress, it seems Microsoft does not intend for exports to support anything other than ANSI. There are no A/W versions of this function which based upon consistency means that it only takes ANSI. Which gets us back to the fact that we will probably need to sanitize mangling to not include Unicode, at least on Windows. --
