Skip to content

Fix compilation on Windows

Peter Williams requested to merge pkgw/libxcb:windows-fix into master

Merge request !30 (merged) broke compilation on Windows by introducing unbalanced curly braces. This change restores the previous behavior on Windows: only TCP is supported.

Tested in https://github.com/conda-forge/libxcb-feedstock/pull/19 .

Merge request reports