Bug 883522 - undef GetMessage in nsIDOMGeoPositionError.idl to avoid conflicts with PSDK headers.

This commit is contained in:
Jacek Caban 2013-09-24 10:40:25 +02:00
Родитель 6fb25a94f8
Коммит 9b7c9a242a
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,13 @@
#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)]
interface nsIDOMGeoPositionError : nsISupports
{