mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 526290 - TestWinTSF.cpp fails to compile on mingw.
r=chenn.
This commit is contained in:
parent
7502291e12
commit
7646bf905e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user