From ccc77d2861cff93d3752cb21cf78a74df5817f02 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 12 Feb 2004 16:31:42 +0000 Subject: Fix compilation with mozilla 1.4. 2004-02-12 Christian Persch * embed/mozilla/GlobalHistory.cpp: Fix compilation with mozilla 1.4. --- embed/mozilla/GlobalHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/mozilla') diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 17bcbae67..0f296f0f4 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -153,7 +153,7 @@ NS_IMETHODIMP MozGlobalHistory::GetLastPageVisited(char **aLastPageVisited) return NS_ERROR_NOT_IMPLEMENTED; } -#if MOZILLA_SNAPSHOT <= 13 +#if MOZILLA_SNAPSHOT > 8 && MOZILLA_SNAPSHOT < 14 NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited) { return NS_ERROR_NOT_IMPLEMENTED; -- cgit v1.2.3