mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 456471 - mozIStorageError IDL file needs ERROR undefined for WinCE / WinMobile. patch by wolfe, r=sdwilsh
This commit is contained in:
parent
368e1aa2d8
commit
532a8f794c
@ -39,6 +39,12 @@
|
||||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
%{C++
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif
|
||||
%}
|
||||
|
||||
[scriptable, uuid(1f350f96-7023-434a-8864-40a1c493aac1)]
|
||||
interface mozIStorageError : nsISupports {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user