lpac/driver/http/winhttp.h
Shua 3ef9b5d1c9
feat(driver/http): add winhttp backend (#331)
Added http backend winhttp, Win32 no longer relies on the libcurl dynamic library.

Co-authored-by: septs <github@septs.pw>
Co-authored-by: Coelacanthus <uwu@coelacanthus.name>
2025-09-11 21:08:54 +08:00

5 lines
97 B
C

#pragma once
#include <driver.private.h>
extern const struct euicc_driver driver_http_winhttp;