зеркало из https://github.com/mozilla/gecko-dev.git
Bug 883522 - undef GetMessage in nsIDOMGeoPositionError.idl to avoid conflicts with PSDK headers.
This commit is contained in:
Родитель
6fb25a94f8
Коммит
9b7c9a242a
|
@ -5,6 +5,13 @@
|
||||||
|
|
||||||
#include "domstubs.idl"
|
#include "domstubs.idl"
|
||||||
|
|
||||||
|
// undef the GetMessage macro defined in winuser.h from the MS Platform SDK
|
||||||
|
%{C++
|
||||||
|
#ifdef GetMessage
|
||||||
|
#undef GetMessage
|
||||||
|
#endif
|
||||||
|
%}
|
||||||
|
|
||||||
[scriptable, uuid(85255CC3-07BA-49FD-BC9B-18D2963DAF7F)]
|
[scriptable, uuid(85255CC3-07BA-49FD-BC9B-18D2963DAF7F)]
|
||||||
interface nsIDOMGeoPositionError : nsISupports
|
interface nsIDOMGeoPositionError : nsISupports
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче