fix warning on linux. these are unused because we only migrate accounts on windows right now.

This commit is contained in:
sspitzer%netscape.com 1999-07-16 07:12:42 +00:00
Родитель 592408790f
Коммит 473a548028
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -85,9 +85,12 @@ static int g_Count = 0;
static char gProfiles[_MAX_NUM_PROFILES][_MAX_LENGTH] = {{'\0'}};
static int g_numProfiles = 0;
// we only migrate prefs on windows right now.
#ifdef XP_PC
static char gOldProfiles[_MAX_NUM_PROFILES][_MAX_LENGTH] = {{'\0'}};
static char gOldProfLocations[_MAX_NUM_PROFILES][_MAX_LENGTH] = {{'\0'}};
static int g_numOldProfiles = 0;
#endif
static PRBool renameCurrProfile = PR_FALSE;