diff options
| author | 2025-04-17 01:49:50 +0100 | |
|---|---|---|
| committer | 2025-04-17 15:50:04 +0100 | |
| commit | b439a5c6c77e1a9968ba555ad046239e7b99d813 (patch) | |
| tree | 39193663c6cc81db5f142d49102e736e04b0bc85 /src/modules/extra/m_sqlite3.cpp | |
| parent | Fix freeing the psl library when cloak_sha256 is unloaded. (diff) | |
Migrate the Windows build to Conan 2.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
Diffstat (limited to 'src/modules/extra/m_sqlite3.cpp')
| -rw-r--r-- | src/modules/extra/m_sqlite3.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp index ca6e4dbc2..24903aa51 100644 --- a/src/modules/extra/m_sqlite3.cpp +++ b/src/modules/extra/m_sqlite3.cpp @@ -39,10 +39,6 @@ #include <sqlite3.h> -#ifdef _WIN32 -# pragma comment(lib, "sqlite3.lib") -#endif - class SQLConn; typedef insp::flat_map<std::string, SQLConn*> ConnMap; |
