зеркало из https://github.com/mozilla/pjs.git
fix build: define gAppContext since it's used and was never defined
This commit is contained in:
Родитель
bc845be437
Коммит
9116f4228b
|
@ -27,7 +27,7 @@ extern "C" char *fe_GetConfigDir(void) {
|
|||
return strdup("/tmp");
|
||||
}
|
||||
|
||||
extern XtAppContext gAppContext; // XXX This should be changed
|
||||
XtAppContext gAppContext; // XXX This should be changed
|
||||
static nsNativeViewerApp* gTheApp;
|
||||
PLEventQueue* gUnixMainEventQueue = nsnull;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче