https://bugs.winehq.org/show_bug.cgi?id=50036
--- Comment #8 from Erich E. Hoover erich.e.hoover@gmail.com --- (In reply to Zebediah Figura from comment #7)
(In reply to Erich E. Hoover from comment #6)
(In reply to Zebediah Figura from comment #5) ...
I'd be interested to see it. I guess maybe it's not necessarily as difficult as I feared.
I'll try to make some time to put it together then, the hard part is getting all the reparse point support in place - so that's been my focus so far ;)
It's worth pointing out that we really could use tests for what happens when you call various file functions with FILE_FLAG_OPEN_REPARSE_POINT. The trick is that we need to make sure that even if a system32 file is opened therewith, all operations should treat it as if it wasn't.
Yeah, I cannot for the life of me find my patches for converting FILE_FLAG_OPEN_REPARSE_POINT into FILE_OPEN_REPARSE_POINT and then having the server treat it appropriately. At this point I'll just have to recreate it, since spending more time on finding it is likely to take longer than recreating it.