зеркало из https://github.com/mozilla/gecko-dev.git
Bug 456471 - mozIStorageError IDL file needs ERROR undefined for WinCE / WinMobile. patch by wolfe, r=sdwilsh
This commit is contained in:
Родитель
a12eb83d4a
Коммит
7216b611ec
|
@ -39,6 +39,12 @@
|
|||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
%{C++
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif
|
||||
%}
|
||||
|
||||
[scriptable, uuid(1f350f96-7023-434a-8864-40a1c493aac1)]
|
||||
interface mozIStorageError : nsISupports {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче