https://bugs.winehq.org/show_bug.cgi?id=51673
--- Comment #14 from Zeb Figura z.figura12@gmail.com --- (In reply to Markus Elfring from comment #12)
(In reply to Alexandre Julliard from comment #11)
That would be a waste of time. There are many things in the Windows API that are not actually used by applications, so we only implement things once it turns out that they are truly necessary.
There is probably a conflict because of limited development resources.
If we had infinite development resources, sure, we could implement everything without caring whether it was used or not. But that's not the case, and implementing things that aren't use not only takes time but has a cost in terms of maintenance burden.
As such it's not even useful to keep bugs open to track every FIXME. If we even had a reason to track FIXMEs, which we don't, the FIXME messages in the code themselves are good enough for that.
Trying to argue otherwise will not get you very far in this bug tracker.