On 06/02/2017 17:29, Richard W.M. Jones wrote: > On Mon, Feb 06, 2017 at 05:10:13PM +0100, Paolo Bonzini wrote: >> Queued, thanks. > > Could you change this comment s/!_WIN32/_WIN32/, or do you > want me to submit another patch? > >>> +#else /* !_WIN32 */ >>> +static unsigned int check_socket_activation(void) >>> +{ >>> + return 0; >>> +} >>> +#endif >>> + > > Rich. >
Will do, and use CONFIG_WIN32 while at it. Paolo