Closed vvmorozov closed 3 months ago
Thanks for raising this.
Unfortunately I don't have access to MSVC and never use it. Also, there seems to be no good replacement for __attribute__((weak))
in MSVC. These things considered, I will likely not implement MSVC support, but you're welcome to contribute it.
Due to use of GNU compiler extensions like
__attribute__((used))
or__attribute__((weak))
the code won't compile with MSVC