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:
Juan Carlos Luciani
2007-02-14 17:55:15 +00:00
parent 87082fbdb2
commit b03293da31
3 changed files with 56 additions and 7 deletions

View File

@@ -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)
{