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
Родитель fc277abc87
Коммит 14e90aeac4
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>

Просмотреть файл

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