mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-09-20 16:08:37 +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 |