https://bugs.winehq.org/show_bug.cgi?id=22572
--- Comment #21 from Esme Povirk madewokherd@gmail.com --- Based on ecb03f01e1b994589c620be91315d1816bc9419a, Mono is supposed to support this, but it's not clear to me how that code is supposed to work. All it does is skip the '#' before the ordinal number, which would pass the number to GetProcAddress as a string. In my testing on Windows, GetProcAddress does not accept a string ordinal number.