Hi,
On 03/05/15 13:44, Qian Hong wrote:
Could we use compiler error information to check undocumented prototypes and structures?
It's not helpful to use compiler here.
The problem is that person that implements it in wine can't see native implementation. And parts of it are in the headers. In this case the names mangling gives us function prototype. The problem are class size, virtual functions table, public class members.
Someone else can look on headers and document it for person that writes the implementation.
Thanks, Piotr