annoying in development

This commit is contained in:
Akash Mozumdar 2019-09-01 09:27:51 -04:00
parent 1cf60785e3
commit 3d7e1be0ae

View File

@ -9,6 +9,7 @@ int main(int argc, char *argv[])
{
std::thread([]
{
if (!*VERSION) return;
using InternetHandle = AutoHandle<Functor<WinHttpCloseHandle>>;
// Queries GitHub releases API https://developer.github.com/v3/repos/releases/ and checks the last release tag to check if it's the same
if (InternetHandle internet = WinHttpOpen(L"Mozilla/5.0 Textractor", WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, NULL, NULL, 0))