From a7fc7f4f21aa1edf8a01599c324cc25121bade5c Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Tue, 23 Sep 2008 11:02:55 -0700 Subject: [PATCH] Bug 456471 - mozIStorageError IDL file needs ERROR undefined for WinCE / WinMobile. patch by wolfe, r=sdwilsh --- storage/public/mozIStorageError.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/storage/public/mozIStorageError.idl b/storage/public/mozIStorageError.idl index b3bab0bd28f..2b884a9abbc 100644 --- a/storage/public/mozIStorageError.idl +++ b/storage/public/mozIStorageError.idl @@ -39,6 +39,12 @@ #include "nsISupports.idl" +%{C++ +#ifdef ERROR +#undef ERROR +#endif +%} + [scriptable, uuid(1f350f96-7023-434a-8864-40a1c493aac1)] interface mozIStorageError : nsISupports {