"Ge van Geldorp" gvg@reactos.com wrote:
I don't think we want to add a special mode just for stubs; they should really be replaced by proper functions (even if the functions are stubs themselves, at least they can print the parameters and try to return something meaningful instead of killing the app). You can view the lack of stubs support on PE as an encouragement to help us remove them from the spec files ;-)
Seems impossible for functions with unknown calling conventions and number of parameters.
In that case you can remove those (only a few) stubs from the .spec files, but most of the stubs are well documented APIs.