[Xcb] Win32 port - pls review

Barton C Massey bart at cs.pdx.edu
Wed Mar 31 09:51:33 PDT 2010


In message <201003312215.43723.jeetu.golani at gmail.com> you wrote:
> Yes this would work however if I understand you correctly we seem to have 
> two choices :
> 
> a) xcb should initialize errno to 0 before calling select for all it's 
> variants - *ix  and Win32.
> b) we do a selective initialization of errno to 0 for Win32 - which would 
> require the entire #ifdef mess we are trying to avoid. 
> 
> I'm all right with either solution so I guess it comes down to a vote as to 
> what the rest of the devels think would be the right approach.

You often want (a) for the *ix case anyway; I'd just go
there.

    Bart


More information about the Xcb mailing list