mirror of
https://github.com/corda/corda.git
synced 2025-06-20 08:03:53 +00:00
Now using the CoreServices instead of the Carbon framework....this
allows for cocoa and future compatability
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
|
||||
#ifdef __APPLE__
|
||||
# define SO_SUFFIX ".jnilib"
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#elif defined WIN32
|
||||
# define SO_SUFFIX ".dll"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user