diff options
-rw-r--r-- | src/openssl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openssl.c b/src/openssl.c index 726cba3..e5f0cd4 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -41,11 +41,8 @@ #include <winsock2.h> /* AF_INET, AF_INET6 */ #include <inaddr.h> /* struct in_addr, struct in6_addr */ #include <ws2tcpip.h> /* inet_pton */ -#pragma comment(lib, "ws2_32.lib") #include <wincrypt.h> /* CryptAcquireContext(), CryptGenRandom(), CryptReleaseContext() */ -#pragma comment(lib, "advapi32.lib") #include <windows.h> /* CreateMutex(), GetLastError(), GetModuleHandleEx(), GetProcessTimes(), InterlockedCompareExchangePointer() */ -#pragma comment(lib, "kernel32.lib") #define EXPORT __declspec (dllexport) #else #include <arpa/inet.h> /* inet_pton(3) */ |