зеркало из https://github.com/mozilla/gecko-dev.git
Bug 670230 - [OS/2] missing includes in nsPluginInstanceOwner. r=daveryeo
This commit is contained in:
Родитель
e2113eb4db
Коммит
ac2b543d81
|
@ -84,6 +84,12 @@ class gfxXlibSurface;
|
|||
#include "gfxQtNativeRenderer.h"
|
||||
#endif
|
||||
|
||||
#ifdef XP_OS2
|
||||
#define INCL_PM
|
||||
#define INCL_GPI
|
||||
#include <os2.h>
|
||||
#endif
|
||||
|
||||
class nsPluginInstanceOwner : public nsIPluginInstanceOwner,
|
||||
public nsIPluginTagInfo,
|
||||
public nsIDOMMouseListener,
|
||||
|
|
Загрузка…
Ссылка в новой задаче