iphlpapi: Only call res_init() once per process

H. Verbeet hverbeet at gmail.com
Thu Apr 19 01:55:05 CDT 2007


On 19/04/07, Kai Blin <kai.blin at gmail.com> wrote:
> On Wednesday 18 April 2007 20:39, Hans Leidekker wrote:
> > +static int resolver_initialised;
>
> Shouldn't that be
>
> static int resolver_initilised = 0;
>
> here? I thought that in C, ints aren't initialized to 0 automatically.
>
Afaik static variables are.



More information about the wine-devel mailing list