v2 / vlib / net / http / download_windows.c.v
9 lines · 6 sloc · 221 bytes · 763f94388b1ceff59c3e68ebda2c9f57197f32a4
Raw
1// Copyright (c) 2019-2024 Alexander Medvednikov. All rights reserved.
2// Use of this source code is governed by an MIT license
3// that can be found in the LICENSE file.
4
5module http
6
7#flag -l urlmon
8
9#include <urlmon.h>
10