Bug 526290 - TestWinTSF.cpp fails to compile on mingw.

r=chenn.
This commit is contained in:
Jacek Caban 2009-11-19 11:32:52 +01:00
parent 7502291e12
commit 7646bf905e

View File

@ -47,6 +47,7 @@
* test program to access and test every aspect of the Mozilla implementation.
*/
#include <ole2.h>
#include <msctf.h>
#include <textstor.h>
#include <richedit.h>
@ -144,7 +145,7 @@ protected:
PRBool TestContentEvents(void);
PRBool TestEditMessages(void);
PRBool TestApp::TestSelectionInternal(char* aTestName,
PRBool TestSelectionInternal(char* aTestName,
LONG aStart,
LONG aEnd,
TsActiveSelEnd aSelEnd);