mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
clean up JNIEXPORT definitions
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user