Hey, one need to call WSAStartup() on Windows once (technically speaking, it can be called several times). and for each WSAStartup() call, WSACleanup() must be called. What would be the best way to do that in libxcb ? Vincent