Unix Shell Implementation stuff

git-svn-id: svn://10.0.0.236/trunk@1234 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider
1998-05-07 18:18:38 +00:00
parent dea683c9d2
commit b9c5f0cf67
9 changed files with 110 additions and 15 deletions

View File

@@ -20,6 +20,8 @@
#ifdef NS_WIN32
#include "windows.h"
#elif NS_UNIX
#include <Xm/Xm.h>
#endif
#include "nsISupports.h"
@@ -78,6 +80,8 @@ nsresult nsShellInstance::Run()
DispatchMessage(&msg);
}
return ((nsresult)msg.wParam);
#elif NS_UNIX
XtAppMainLoop(app_context) ;
#else
return NS_OK;
#endif