Commit b5f9779c authored by Alexis Campailla's avatar Alexis Campailla Committed by Timothy J Fontaine
Browse files

windows: fix module registration

The linker was optimizing the static variables that were supposed
to trigger module initialization.

I am making them non-static, and dllexport so that they don't get
optimized away.

Fixes #7116
parent 2ca4d9d6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment