Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Windows] Fix access to root log categories from other libs
authorGabriel Corona <gabriel.corona@loria.fr>
Wed, 10 Jun 2015 13:01:07 +0000 (15:01 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 10 Jun 2015 15:35:17 +0000 (17:35 +0200)
If we `dllexport` the root log category, MinGW does not want us to
take its address with the error:

> initializer element is not constant

When using auto-import, MinGW is happy.

We should handle this for non-root log categories as well.


No differences found