diff options
Diffstat (limited to 'www/kazehakase/files/patch-kz-mozembed.cpp')
-rw-r--r-- | www/kazehakase/files/patch-kz-mozembed.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/kazehakase/files/patch-kz-mozembed.cpp b/www/kazehakase/files/patch-kz-mozembed.cpp deleted file mode 100644 index 7f2a42e..0000000 --- a/www/kazehakase/files/patch-kz-mozembed.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/mozilla/kz-mozembed.cpp.orig Tue Feb 8 22:01:07 2005 -+++ src/mozilla/kz-mozembed.cpp Tue Feb 8 22:01:23 2005 -@@ -64,7 +64,11 @@ - #include <docshell/nsIDocShellTreeItem.h> - #include <docshell/nsIDocShellTreeOwner.h> - #include <nsIPresShell.h> -+#if MOZILLA_SNAPSHOT > 16 -+#include <nsPresContext.h> -+#else - #include <nsIPresContext.h> -+#endif - #include <nsIDOMNodeList.h> - #include <nsIDOMWindow.h> - #include <nsISelection.h> |