This commit is contained in:
Jason Sandlin 2022-08-10 00:44:45 -07:00 коммит произвёл GitHub
Родитель 236c7c8246
Коммит 733036e038
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,8 @@
#pragma once
#if HC_PLATFORM == HC_PLATFORM_GDK
// When developing titles for Xbox consoles, you must use WinHTTP or xCurl.
// See https://docs.microsoft.com/en-us/gaming/gdk/_content/gc/networking/overviews/web-requests/http-networking for detail
#include <XCurl.h>
#else
// This path is untested, but this http provider should work with other curl implementations as well.