diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index 6a8c58472..1df7e37cf 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -28,9 +28,9 @@ #include <libgnomevfs/gnome-vfs-mime-handlers.h> -#define MOZILLA_STRICT_API +#undef MOZILLA_INTERNAL_API #include <nsEmbedString.h> -#undef MOZILLA_STRICT_API +#define MOZILLA_INTERNAL_API 1 #include <nsCOMPtr.h> #include <nsISupports.h> #include <nsIURI.h> |