зеркало из https://github.com/mozilla/gecko-dev.git
Try and fix Windows non-libxul bustage from bug 518881 due to NS_COM_GLUE being in the wrong place.
This commit is contained in:
Родитель
aeffdd7671
Коммит
042e7b5e6b
|
@ -51,7 +51,7 @@ namespace mozilla {
|
|||
//
|
||||
struct NS_COM_GLUE unused_t { };
|
||||
|
||||
extern const unused_t unused NS_COM_GLUE;
|
||||
extern const unused_t NS_COM_GLUE unused;
|
||||
|
||||
template<typename T>
|
||||
inline void operator<<(const unused_t& /*unused*/, const T& /*unused*/) { }
|
||||
|
|
Загрузка…
Ссылка в новой задаче