Skip to content

http2-test.c: Fix build on Visual Studio

Chun-wei Fan requested to merge uint-msvc into master

Hi,

From the commit message:

Visual Studio does not define uint for plain C, so just use unsigned int.

This will fix builds on Visual Studio builds.

With blessings, thank you!

Merge request reports