Fixed running library from drive different that install drive windows issue.
Added code to not-persist tokens in the miCASA cache.
This commit is contained in:
@@ -36,6 +36,9 @@ char clientConfigFolderPartialPath[];
|
||||
extern
|
||||
char mechConfigFolderPartialPath[];
|
||||
|
||||
extern
|
||||
char programFilesFolder[];
|
||||
|
||||
//===[ Manifest constants ]================================================
|
||||
|
||||
//===[ Type definitions ]==================================================
|
||||
@@ -128,7 +131,6 @@ BOOL APIENTRY DllMain(
|
||||
//=======================================================================--
|
||||
{
|
||||
BOOL retStatus = TRUE;
|
||||
char programFilesFolder[MAX_PATH] = {0};
|
||||
|
||||
switch (ul_reason_for_call)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user