mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
CURL_STATICLIB macro cleanup
Also move includes from headers. CURL is just void.
This commit is contained in:
parent
e606130262
commit
5261886449
4 changed files with 14 additions and 10 deletions
|
@ -31,6 +31,11 @@
|
|||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#ifndef CURL_STATICLIB
|
||||
#define CURL_STATICLIB
|
||||
#endif
|
||||
#include <curl/curl.h>
|
||||
|
||||
LOG_CHANNEL(update_log, "UPDATER");
|
||||
|
||||
size_t curl_write_cb(char* ptr, size_t /*size*/, size_t nmemb, void* userdata)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue