Skip to content
Snippets Groups Projects
Commit b9ed8e82 authored by Javier Blazquez's avatar Javier Blazquez
Browse files

Fix MSVC build

The ngtcp2_cc.c file was using the __builtint_clzll intrinsic which
doesn't exist on MSVC. Added use of the corresponding __lzcnt
intrinsics.
parent 53aac411
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment