Bug 128647 - Use lower case in includes to fix compilation on mingw. r=masayuki

This commit is contained in:
Jacek Caban 2009-08-10 11:14:01 +02:00
parent c858c26c77
commit bc903e878a
2 changed files with 3 additions and 3 deletions

View File

@ -166,11 +166,11 @@
#include <mmsystem.h> // needed for WIN32_LEAN_AND_MEAN
#include <zmouse.h>
#include <pbt.h>
#include <Richedit.h>
#include <richedit.h>
#endif // !defined(WINCE)
#if defined(ACCESSIBILITY)
#include "OLEIDL.H"
#include "oleidl.h"
#include <winuser.h>
#if !defined(WINABLEAPI)
#include <winable.h>

View File

@ -49,7 +49,7 @@
#include <msctf.h>
#include <textstor.h>
#include <Richedit.h>
#include <richedit.h>
#include "TestHarness.h"