mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Refactor icsneoc to icsneo_functionName to avoid conflicts with legacy
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#define ICSNEO_DESTRUCTOR
|
||||
// #endif
|
||||
|
||||
#define icsneoDynamicLibraryGetFunction(handle, func) dlsym(handle, func)
|
||||
#define icsneoDynamicLibraryClose(handle) (dlclose(handle) == 0)
|
||||
#define icsneo_dynamicLibraryGetFunction(handle, func) dlsym(handle, func)
|
||||
#define icsneo_dynamicLibraryClose(handle) (dlclose(handle) == 0)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user