Remove hardcoded CURL_STATICLIB definition in config.h

v0.27.3
Luis Díaz Más 7 years ago
parent a6d82633c3
commit 19d9ae844b

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

Loading…
Cancel
Save