зеркало из https://github.com/mozilla/gecko-dev.git
Bug 184681 qt port fails to compile in plugins code
X and Qt don't get along... r=peterl sr=roc+moz a=roc+moz
This commit is contained in:
Родитель
2dd836a233
Коммит
9c994230bb
|
@ -41,6 +41,11 @@
|
||||||
|
|
||||||
#include "nscore.h"
|
#include "nscore.h"
|
||||||
#include "nsPluginHostImpl.h"
|
#include "nsPluginHostImpl.h"
|
||||||
|
#ifdef MOZ_WIDGET_QT
|
||||||
|
#undef CursorShape /*X.h defines it as 0,
|
||||||
|
qnamespace.h makes an enum type by that name
|
||||||
|
*/
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "prio.h"
|
#include "prio.h"
|
||||||
#include "prmem.h"
|
#include "prmem.h"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче