Initial changes for Linux port of the CASA-auth-token client to linux.

This commit is contained in:
Juan Carlos Luciani
2006-10-02 21:01:45 +00:00
parent ae9d0c58c5
commit fd8d57708d
27 changed files with 2094 additions and 319 deletions

View File

@@ -199,7 +199,6 @@ OpenLibrary(
{
LIB_HANDLE libHandle;
DbgTrace(1, "-OpenLibrary- Start\n", 0);
libHandle = dlopen(pFileName, RTLD_LAZY);

View File

@@ -96,5 +96,7 @@ extern pthread_mutex_t g_hModuleMutex;
//===[ External prototypes ]===============================================
//=========================================================================