Fix win32 build

This commit is contained in:
kynex7510 2024-05-31 13:28:12 +02:00
parent 25fc6b00ae
commit bf7e86988c
No known key found for this signature in database
GPG key ID: 8BBB0FD2C57920AD
9 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,6 @@
#include <Geode/cocos/platform/IncludeCurl.h>
#define CURL_STATICLIB
#include <curl/curl.h>
#include <Geode/loader/Loader.hpp>
#include <Geode/utils/casts.hpp>
#include <Geode/utils/web.hpp>

View file

@ -1,4 +1,6 @@
#define CURL_STATICLIB
#include <curl/curl.h>
#include <Geode/utils/web2.hpp>
#include <Geode/utils/map.hpp>
#include <Geode/utils/terminate.hpp>