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

10 lines
221 B
V
Raw Normal View History

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