diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-04 21:49:59 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-04 21:49:59 +0000 |
commit | bc9aa036ce738f931f26d195adc7d49b04868b6e (patch) | |
tree | f55bd68fc3ba499fad53641e2b5a8dd00fdeeac1 /src/modules/extra/m_mysql.cpp | |
parent | 5f9e50e2fa4affae4176ef32240434e44af4f6d4 (diff) |
Needs the .lib apparently
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10392 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r-- | src/modules/extra/m_mysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |