47#include <shared_mutex>
51#if defined( __MINGW32__)
52# if defined( CURL_EXTERN )
77 static void Cleanup();
83 static std::shared_mutex& Mutex();
88 static bool IsShuttingDown();
98 return curl_version();
Simple wrapper class to call curl_global_init and curl_global_cleanup for KiCad.
static const char * GetVersion()
Wrapper for curl_version().