clean up JNIEXPORT definitions

This commit is contained in:
Joel Dice
2007-10-26 18:20:37 -06:00
parent 8e1637ec6b
commit 6710ca85d7
4 changed files with 7 additions and 14 deletions

View File

@ -11,12 +11,6 @@
#ifdef WIN32
# include "windows.h"
#else
# undef JNIEXPORT
# define JNIEXPORT __attribute__ ((visibility("default")))
#endif
#ifdef WIN32
# define SO_PREFIX ""
#else
# define SO_PREFIX "lib"