Remove hardcoded CURL_STATICLIB definition in config.h

This commit is contained in:
Luis Díaz Más 2018-09-11 16:31:35 +02:00
parent a6d82633c3
commit 19d9ae844b

View File

@ -73,11 +73,6 @@
typedef int pid_t;
#endif
/* Help out our buddy curl */
#if !defined(EXV_HAVE_DLL)
# define CURL_STATICLIB
#endif
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif