Bug 456471 - mozIStorageError IDL file needs ERROR undefined for WinCE / WinMobile. patch by wolfe, r=sdwilsh

This commit is contained in:
Doug Turner 2008-09-23 11:02:55 -07:00
parent 368e1aa2d8
commit 532a8f794c

View File

@ -39,6 +39,12 @@
#include "nsISupports.idl"
%{C++
#ifdef ERROR
#undef ERROR
#endif
%}
[scriptable, uuid(1f350f96-7023-434a-8864-40a1c493aac1)]
interface mozIStorageError : nsISupports {