Skip to content

Commit

Permalink
Bug 456471 - mozIStorageError IDL file needs ERROR undefined for WinC…
Browse files Browse the repository at this point in the history
…E / WinMobile. patch by wolfe, r=sdwilsh
  • Loading branch information
Doug Turner committed Sep 23, 2008
1 parent 368e1aa commit 532a8f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions storage/public/mozIStorageError.idl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@

#include "nsISupports.idl"

%{C++
#ifdef ERROR
#undef ERROR
#endif
%}

[scriptable, uuid(1f350f96-7023-434a-8864-40a1c493aac1)]
interface mozIStorageError : nsISupports {

Expand Down

0 comments on commit 532a8f7

Please sign in to comment.