wine configuration

Mike McCormack mike at codeweavers.com
Sun Jul 3 19:06:34 CDT 2005


Oliver Stieber wrote:

> Couldn't a macro or inline function be used, that way
> there wouldn't be any additional linker dependencies.

Macros and inline functions are better than a function defined in a 
library, but each one introduces a header dependency, so they should 
also be avoided where possible.

Mike



More information about the wine-devel mailing list