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