diff options
-rw-r--r-- | src/curl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/curl.cpp b/src/curl.cpp index d14a036..8b4384c 100644 --- a/src/curl.cpp +++ b/src/curl.cpp @@ -5,12 +5,6 @@ using namespace std; -#if OS_FAMILY == OS_FAMILY_WINDOWS -#pragma comment(lib, "Ws2_32.lib") -#pragma comment(lib, "Wldap32.lib") -#pragma comment(lib, "Crypt32.lib") -#endif - #ifdef DEBUG #define CURL_DEBUG #endif |