зеркало из https://github.com/mozilla/pjs.git
Check in for bug #75764 to elminate non-static globals. r=kandrot, sr=jband
This commit is contained in:
Родитель
8c7ba70734
Коммит
fe46f754d5
|
@ -705,7 +705,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
|
|||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
/* this should be a pref or registry entry, or something */
|
||||
const char *ValidDllExtensions[] = {
|
||||
static const char *ValidDllExtensions[] = {
|
||||
".dll", /* Windows */
|
||||
".so", /* Unix */
|
||||
".shlb", /* Mac ? */
|
||||
|
|
Загрузка…
Ссылка в новой задаче