mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
6 lines
144 B
C
6 lines
144 B
C
#ifndef __DYNAMICLIB_DARWIN_H_
|
|
#define __DYNAMICLIB_DARWIN_H_
|
|
|
|
#define icsneo_dynamicLibraryLoad() dlopen("libicsneoc.dylib", RTLD_LAZY)
|
|
|
|
#endif |