MCPcopy Create free account
hub / github.com/MITK/MITK / library_suffix

Function library_suffix

Modules/CppMicroServices/src/usUtils.cpp:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49#if !defined(US_PLATFORM_LINUX)
50std::string library_suffix()
51{
52#ifdef US_PLATFORM_WINDOWS
53 return ".dll";
54#elif defined(US_PLATFORM_APPLE)
55 return ".dylib";
56#else
57 return ".so";
58#endif
59}
60#endif
61
62#ifdef US_PLATFORM_POSIX

Callers 1

AutoLoadModulesFromPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected