mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
changed to see if unix build might work again.
This commit is contained in:
parent
a184003312
commit
595c5dcf13
@ -19,6 +19,11 @@
|
||||
#ifndef nsIPluginHost_h___
|
||||
#define nsIPluginHost_h___
|
||||
|
||||
// Unix hackery... MMP
|
||||
#ifdef Bool
|
||||
#undef Bool
|
||||
#endif
|
||||
|
||||
#include "nsplugindefs.h"
|
||||
|
||||
#define NS_IPLUGINHOST_IID \
|
||||
|
@ -19,6 +19,11 @@
|
||||
#ifndef nsIPluginHost_h___
|
||||
#define nsIPluginHost_h___
|
||||
|
||||
// Unix hackery... MMP
|
||||
#ifdef Bool
|
||||
#undef Bool
|
||||
#endif
|
||||
|
||||
#include "nsplugindefs.h"
|
||||
|
||||
#define NS_IPLUGINHOST_IID \
|
||||
|
Loading…
Reference in New Issue
Block a user