I was looking at Coverity bug report #CID294, and that has led me to ask about the "base" and "limit" values of the DLLSPEC structure.
In winebuild/utils.c, we have:
spec->base = MAX_ORDINALS; spec->limit = 0;
Is that the correct way round?
Thanks,
-- Andy.