Moved the code that obtains identity provider interfaces to its own platform independent module.
This commit is contained in:
@@ -82,6 +82,11 @@ extern pthread_mutex_t g_hModuleMutex;
|
||||
#define AcquireModuleMutex pthread_mutex_lock(&g_hModuleMutex)
|
||||
#define ReleaseModuleMutex pthread_mutex_unlock(&g_hModuleMutex)
|
||||
|
||||
//
|
||||
// Other definitions
|
||||
//
|
||||
#define LIB_HANDLE void*
|
||||
|
||||
|
||||
//===[ Inlines functions ]===============================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user