mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
6 lines
139 B
C
6 lines
139 B
C
#ifndef __DYNAMICLIB_LINUX_H_
|
|
#define __DYNAMICLIB_LINUX_H_
|
|
|
|
#define icsneo_dynamicLibraryLoad() dlopen("libicsneoc.so", RTLD_LAZY)
|
|
|
|
#endif |