зеркало из https://github.com/mozilla/gecko-dev.git
include ctype.h for tolower function prototype.
NOTE: also added a return PR_FALSE to remove compiler warning
This commit is contained in:
Родитель
9ce82efc47
Коммит
98abec8df6
|
@ -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;
|
||||
}
|
||||
|
||||
//----------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче