aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar Adam2014-04-12 21:46:19 -0400
committerGravatar Attila Molnar2014-04-13 16:07:58 +0200
commit88dccdd5f04e9244323de0eb197590ab8e7292fd (patch)
tree27a9d4e71ebec0a58072ce68a90ba0d295ae4d14 /src/modules/extra/m_mysql.cpp
parentm_ssl_openssl Avoid Applink on Windows by calling PEM_read_bio_DHparams() ins... (diff)
Change Windows libraries to be dynamically linked
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index 22cf5f3f4..01b1553b0 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -28,9 +28,7 @@
#include "sql.h"
#ifdef _WIN32
-# pragma comment(lib, "mysqlclient.lib")
-# pragma comment(lib, "advapi32.lib")
-# pragma comment(linker, "/NODEFAULTLIB:LIBCMT")
+# pragma comment(lib, "libmysql.lib")
#endif
/* VERSION 3 API: With nonblocking (threaded) requests */