]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
This would be useful, too
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 4 Sep 2008 21:47:30 +0000 (21:47 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 4 Sep 2008 21:47:30 +0000 (21:47 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10391 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/m_mysql.cpp

index 8bc0a276be86e752968f98bde21c3173fe8dde11..360bb1e26a8beb641c2eaa0ec1b0b9e302028ac1 100644 (file)
 #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 */