On Fri Oct 24 16:46:37 2025 +0000, Chunhao Hung wrote:
OK i found, if wine has both dlls/mshtml/mshtml_private_iface.h and build/dlls/mshtml/mshtml_private_iface.h. the build sequence will first use the dlls/mshtml/mshtml_private_iface.h and failed ...
`mshtml_private_iface.idl` is an idl file, not a .h file. The .h file is generated from it and is in the build directory. That's why I asked for a clean build, since it was likely still there generated from before the MR and didn't get re-generated for some reason.
If you did try a clean build and it still generated it wrongly, I really have no idea what is going on, but I'm assuming you made a mistake somewhere.