зеркало из https://github.com/mozilla/pjs.git
Bug 128647 - Use lower case in includes to fix compilation on mingw. r=masayuki
This commit is contained in:
Родитель
fc277abc87
Коммит
14e90aeac4
|
@ -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"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче