mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-30 22:31:29 +01:00
Fix missing ")" in SQLite Connector for windows
This commit is contained in:
parent
777434a9ce
commit
1e22982ad8
@ -133,7 +133,7 @@ struct SQLite_API SQLiteConnectorRegistrator
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
extern "C" const struct SQLite_API SQLiteConnectorRegistrator pocoSQLiteConnectorRegistrator;
|
||||
#if defined(SQLite_EXPORTS)
|
||||
#if defined(_WIN64 || defined(_WIN32_WCE)
|
||||
#if defined(_WIN64) || defined(_WIN32_WCE)
|
||||
#define POCO_DATA_SQLITE_FORCE_SYMBOL(s) __pragma(comment (linker, "/export:"#s))
|
||||
#elif defined(_WIN32)
|
||||
#define POCO_DATA_SQLITE_FORCE_SYMBOL(s) __pragma(comment (linker, "/export:_"#s))
|
||||
|
Loading…
x
Reference in New Issue
Block a user