Eo array callback: Fix compilation on windows.
authorTom Hacohen <tom@stosb.com>
Mon, 5 Sep 2016 16:51:07 +0000 (17:51 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 5 Sep 2016 16:51:09 +0000 (17:51 +0100)
commit829f298589e3552a7cccc49ab3edb959d74b70ac
tree9894e9e8802557b0c57618cdd89e7a4d1a381fef
parent9c779dca90bea36ad43c77597f107dd157a33c46
Eo array callback: Fix compilation on windows.

I knew Windows doesn't allow statically initialising pointers in the
global namespace, I had no idea it also applies to functions. That's
quite annoying.

Thanks to Cedric for reporting.
src/lib/eo/Eo.h