Fix for unresolved external on unix

This commit is contained in:
spider%netscape.com 1998-09-24 02:55:18 +00:00
parent b79b63a3e6
commit 91eb4a1a62

View File

@ -32,6 +32,11 @@
#define XPFC_DLL "libxpfc10.so"
extern "C" char *fe_GetConfigDir(void) {
printf("XXX: return /tmp for fe_GetConfigDir\n");
return strdup("/tmp");
}
extern nsIID kIXPCOMApplicationShellCID ;
static NS_DEFINE_IID(kIApplicationShellIID, NS_IAPPLICATIONSHELL_IID);