mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +02:00
Fix static init exceptions for MinGW*.
This commit is contained in:
@@ -91,7 +91,7 @@ struct MySQL_API MySQLConnectorRegistrator
|
||||
|
||||
|
||||
#if !defined(POCO_NO_AUTOMATIC_LIB_INIT)
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS) && !defined(__GNUC__)
|
||||
extern "C" const struct MySQL_API MySQLConnectorRegistrator pocoMySQLConnectorRegistrator;
|
||||
#if defined(MySQL_EXPORTS)
|
||||
#if defined(_WIN64)
|
||||
|
Reference in New Issue
Block a user