change EAPI define so vtorri doesn't get angry at me

SVN revision: 48837
This commit is contained in:
Mike Blumenkrantz 2010-05-14 02:57:05 +00:00
parent 9392349756
commit 767b9263f2
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
#ifdef EAPI
#undef EAPI
#endif
#ifdef _MSC_VER
#error "This will not run on windows!"
#else
#ifndef _MSC_VER
# ifdef __GNUC__
# if __GNUC__ >= 4
# define EAPI __attribute__ ((visibility("default")))