include ctype.h for tolower function prototype.
NOTE: also added a return PR_FALSE to remove compiler warning git-svn-id: svn://10.0.0.236/trunk@26316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a23b04cc2d
commit
f40e5d1b90
@ -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;
|
||||
}
|
||||
|
||||
//----------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user