fix build: define gAppContext since it's used and was never defined

This commit is contained in:
akkana%netscape.com 1998-11-06 02:02:31 +00:00
parent e01ff1caf8
commit 59b44a73ad

View File

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