Max Qian public@maxqia.com writes:
Helps fix https://bugs.winehq.org/show_bug.cgi?id=38960 I'm 99% sure that all of them redirect to the non _o_ functions, and this is required to get Steam working with Windows <=7 mode.
I expect that there's a reason behind the _o_ functions, and it's probably worth figuring out. In any case, you don't want to have a dll forward to itself, you should link to the same target function instead (assuming that's really what the _o_ functions are supposed to do).