[PATCH 1/2] Update make_specfiles to handle ucrtbase's _o_* functions

Alexandre Julliard julliard at winehq.org
Thu Jun 22 03:30:52 CDT 2017


Max Qian <public at 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).

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list