diff options
| author | 2008-09-04 21:47:30 +0000 | |
|---|---|---|
| committer | 2008-09-04 21:47:30 +0000 | |
| commit | 5f9e50e2fa4affae4176ef32240434e44af4f6d4 (patch) | |
| tree | 75714d95bff300f9e51cfde11013a03dcafdd6c1 /src/modules/extra/m_mysql.cpp | |
| parent | Of course, it DOES help to actually initialise the Mutex objects, and delete ... (diff) | |
This would be useful, too
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10391 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
| -rw-r--r-- | src/modules/extra/m_mysql.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |
