From bc9aa036ce738f931f26d195adc7d49b04868b6e Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 4 Sep 2008 21:49:59 +0000 Subject: [PATCH] Needs the .lib apparently git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10392 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 360bb1e26..8b9ad0666 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -22,7 +22,7 @@ #include "m_sqlv2.h" #ifdef WINDOWS -#pragma comment(lib, "mysqlclient") +#pragma comment(lib, "mysqlclient.lib") #endif /* VERSION 2 API: With nonblocking (threaded) requests */ -- 2.39.5