From: brain Date: Thu, 4 Sep 2008 21:47:30 +0000 (+0000) Subject: This would be useful, too X-Git-Tag: v2.0.23~2670 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=5f9e50e2fa4affae4176ef32240434e44af4f6d4;p=user%2Fhenk%2Fcode%2Finspircd.git This would be useful, too git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10391 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 */