include ctype.h for tolower function prototype.

NOTE: also added a return PR_FALSE to remove compiler warning
This commit is contained in:
jdunn%netscape.com 1999-04-05 20:48:43 +00:00
Родитель 9ce82efc47
Коммит 98abec8df6
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -80,6 +80,8 @@
#include <windows.h>
#endif
#include <ctype.h> // tolower
// For Copy
#include "nsIDOMSelection.h"
#include "nsISelectionMgr.h"

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

@ -59,6 +59,8 @@
#include <strstream.h>
#endif
#include <ctype.h> // tolower
// XXX For font setting below
#include "nsFont.h"
//#include "nsUnitConversion.h"
@ -618,6 +620,7 @@ NS_IMETHODIMP_(PRBool) nsXPBaseWindow::Confirm(const nsString &aText)
return PR_FALSE;
}
}
return PR_FALSE;
}
//----------------------------------------