From 5f9e50e2fa4affae4176ef32240434e44af4f6d4 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 4 Sep 2008 21:47:30 +0000 Subject: [PATCH] This would be useful, too git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10391 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_mysql.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 8bc0a276b..360bb1e26 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -21,6 +21,10 @@ #include "modules.h" #include "m_sqlv2.h" +#ifdef WINDOWS +#pragma comment(lib, "mysqlclient") +#endif + /* VERSION 2 API: With nonblocking (threaded) requests */ /* $ModDesc: SQL Service Provider module for all other m_sql* modules */ -- 2.39.5