Eo: Fix Eo on Windows.
authorTom Hacohen <tom@stosb.com>
Fri, 9 Oct 2015 11:06:09 +0000 (12:06 +0100)
committerTom Hacohen <tom@stosb.com>
Fri, 9 Oct 2015 11:18:30 +0000 (12:18 +0100)
commitfd61ff69b3cf8246aece9e1ba3b938bbe8dbd877
treeac0f02e4c4c4a197df2fa3d00f91afea3b9a4ba4
parentd61e8522e4b7f5e2582315062f586f8c9edebb19
Eo: Fix Eo on Windows.

We use function names instead of function pointers of Windows, because
of dll import/export issues (more in a comment in eo.c). Before this
commit we were comparing the pointers to the strings instead of the
content in some of the places, which caused op desc lookup not to work.
This fixes that.

Thanks to vtorri for his assistance.

@fix
src/lib/eo/eo.c
src/tests/eo/suite/eo_test_class_errors.c