https://bugs.winehq.org/show_bug.cgi?id=22692
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Michael Müller from comment #13)
[2/3] https://github.com/wine-compholio/wine-staging/tree/master/patches/kernel32- SetFileInformationByHandle
Hi, Michael.
I only looked at this one so far, and I think it could be improved by having a map of kernel32 class ids to ntdll class ids instead of having it unrolled like this. Also I don't think we need to forward everything to ntdll, a way GetFileInformationByHandleEx() does it is better in my opinion.
Do you think you can work on it to improve and send in?