Fixed the Unix native compiler breakage. Replaced the invalid 'true' with 'PR_TRUE'.

This commit is contained in:
briano@netscape.com
1999-09-17 03:25:58 +00:00
parent 1c29f4f650
commit 756a89fc80

View File

@@ -461,7 +461,7 @@ NS_IMETHODIMP nsAppShellService::Quit()
if ( mQuiting )
return NS_OK;
nsresult rv;
mQuiting = true;
mQuiting = PR_TRUE;
// now step through all opened registered windows and close them.
NS_WITH_SERVICE(nsIWindowMediator, windowMediator, kWindowMediatorCID, &rv);
if (NS_SUCCEEDED(rv)) {