This commit is contained in:
cyeh%netscape.com 1998-09-30 20:24:05 +00:00
Родитель 03efb71bb9
Коммит 3e8c2f4e1d
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -1037,11 +1037,7 @@ static void exit_spellchecker( PRLibrary *lib, ISpellChecker *pSpellChecker, CMa
{
#ifdef USE_DYNAMIC_SC_LIB
sc_destroy_func sc_destroyProc;
#ifndef NSPR20
sc_destroyProc = (sc_destroy_func)PR_FindSymbol( "SC_Destroy", lib );
#else
sc_destroyProc = (sc_destroy_func)PR_FindSymbol( lib, "SC_Destroy" );
#endif
if ( sc_destroyProc != NULL )
sc_destroyProc( pSpellChecker );
#else