Skip to content
Snippets Groups Projects
Commit 8e2f57c8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Dan Fandrich: make --disable-dict actually disable dict

parent c3323b19
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@
#include "setup.h"
#ifndef CURL_DISABLE_DICT
/* -- WIN32 approved -- */
#include <stdio.h>
#include <string.h>
......@@ -222,3 +224,4 @@ CURLcode Curl_dict(struct connectdata *conn)
return CURLE_OK;
}
#endif /*CURL_DISABLE_DICT*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment