mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
this might actually compile too...
This commit is contained in:
parent
2457a31948
commit
3ceb2bcbb9
@ -44,8 +44,7 @@ WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data)
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
CURL *curl;
|
||||
CURLcode res;
|
||||
CURL *curl_handle;
|
||||
|
||||
struct MemoryStruct chunk;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user