Remove NSPR20 #ifdef
git-svn-id: svn://10.0.0.236/trunk@11586 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user