superficial tweaks

This commit is contained in:
Joel Dice
2007-09-21 08:16:43 -06:00
parent 3838cd0e68
commit 65a3ee4277
4 changed files with 12 additions and 12 deletions

View File

@ -7,9 +7,9 @@
#include "jni-util.h"
#ifdef __APPLE__
#define SO_SUFFIX ".jnilib"
# define SO_SUFFIX ".jnilib"
#else
#define SO_SUFFIX ".so"
# define SO_SUFFIX ".so"
#endif
#undef JNIEXPORT