kernel32: Forward fiber local storage APIs to thread local storage equivalents.

Paul Chitescu paulc at voip.null.ro
Fri Feb 29 13:18:48 CST 2008


Actually a lot of programs fail to start since the addition of these 
stubs. In particular anything that uses MSVCRT80. This is a major 
regression.

Most applications seem to live a happy life without fiber local storage - 
is there one that would benefit from it?


On Fri, 29 Feb 2008, Hans Leidekker wrote:
>
> Photoshop CS2 fails to start after the Fls* stubs were added. This patch
> makes it start again but I'm not enough of an expert on this matter to say
> if this is the right thing to do.
>
> -Hans
>
> Changelog
> Forward fiber local storage APIs to thread local storage equivalents.



More information about the wine-devel mailing list