On Thu Oct 3 21:57:39 2024 +0000, Jinoh Kang wrote:
v5 no longer creates an object in `named_pipe_device_lookup_name`. File object is always created in `named_pipe_device_open_file`, just like before.
Julliard doesn't like the v5 refactoring, so I think we should revisit this approach.
The design feels unclean, but I don't see anothet way. To reiterate we also have a precedent (create object at lookup) in console.c, so I guess it's fine?