1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Android: Replace curl dependency with HttpAndroid Java implementation

This commit is contained in:
Michał Janiszewski
2024-03-17 23:30:05 +01:00
parent 723b9ed5bc
commit 221877fa33
4 changed files with 303 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#if !defined(DISABLE_HTTP) && !defined(_WIN32)
#if !defined(DISABLE_HTTP) && !defined(_WIN32) && !defined(__ANDROID__)
# include "Http.h"