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
Родитель 446f3bd345
Коммит 93cec57e4a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)) {