On Thursday 12 August 2004 17:31, Francois Gouget wrote:
./tools/winapi/winapi_extract --pseudo-stub-statistics --no-verbose --no-progress loader/preloader.c: 226: syntax error: 'ElfW(auxv_t) *av'
I have looked into this in the past and IIRC winapi does it's own C parsing, but has no preprocessor. That would explain why it can't parse the above construct.
-Hans