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 po
--- Mike McCormack <[EMAIL PROTECTED]> wrote:
>
> Oliver Stieber wrote:
>
> > With a lot of wines configuration moving over to
> > HKEY_LOCAL_USER and magic comments being added to
> > identify places where configuration is read, I
> though
> > it may be a good idea to move over to a standard
>
Oliver Stieber wrote:
With a lot of wines configuration moving over to
HKEY_LOCAL_USER and magic comments being added to
identify places where configuration is read, I though
it may be a good idea to move over to a standard
function for reading configuration instead of using
direct registry acc