v/vlib/net/http/download_windows.c.v

10 lines
221 B
V
Raw Normal View History

2022-01-04 10:21:08 +01:00
// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved.
2019-06-23 04:21:30 +02:00
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
2019-06-22 20:20:28 +02:00
module http
2020-06-10 11:25:41 +02:00
#flag -l urlmon
2020-06-10 11:24:34 +02:00
#include <urlmon.h>