Bug 466432 - nsIDOMHTMLMediaElement's currentTime attribute is overridden by Windows macro; r+sr=vladimir

This commit is contained in:
Aiko 2008-12-13 16:35:24 +01:00
parent 1d50ae15a6
commit 7c79ba032d

View File

@ -49,6 +49,13 @@
* @status UNDER_DEVELOPMENT
*/
// undef the GetCurrentTime macro defined in WinBase.h from the MS Platform SDK
%{C++
#ifdef GetCurrentTime
#undef GetCurrentTime
#endif
%}
[scriptable, uuid(e3e2a8c1-4b56-4154-8ef2-fc4b2bb42e97)]
interface nsIDOMHTMLMediaElement : nsIDOMHTMLElement
{