Remove NSPR20 #ifdef

git-svn-id: svn://10.0.0.236/trunk@11586 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1998-09-30 20:24:05 +00:00
parent 4182b80068
commit d96a585530

View File

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