Qian wrote:
I think "stub" is somewhat ambiguous, it can mean either something without an implementation, or something with a very minimal implementation. But yes, if something is listed in dlls/*/*.spec as a stub, you get 'Unimplemented function', and if something is listed in grep FIXME.*stub dlls/*/*.c as a stub, you get "fixme: ... stub".
The Wine API guide is not a very reliable guide, it might be out of date. Better to just look in the source code. - Dan
On Wed, Feb 2, 2011 at 11:08 PM, Dan Kegel dank@kegel.com wrote:
Thanks very much! I think now I understand. Thanks Ricardo as well. Grateful to you all!