diff options
Diffstat (limited to 'embed/mozilla/FilePicker.h')
-rw-r--r-- | embed/mozilla/FilePicker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/FilePicker.h b/embed/mozilla/FilePicker.h index a0578a860..bc88d5b61 100644 --- a/embed/mozilla/FilePicker.h +++ b/embed/mozilla/FilePicker.h @@ -24,7 +24,9 @@ #include <nsIFilePicker.h> #include <nsISupports.h> +#define MOZILLA_STRICT_API #include <nsEmbedString.h> +#undef MOZILLA_STRICT_API #include "ephy-file-chooser.h" |