From 0bbc3ecdd7fb5c485efc183f369f4acf69902f45 Mon Sep 17 00:00:00 2001 From: "pnunn%netscape.com" Date: Tue, 10 Nov 1998 00:07:58 +0000 Subject: [PATCH] bugzilla#1211. Needed ifndef for Timer decl. git-svn-id: svn://10.0.0.236/trunk@14316 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libimg/src/if.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/modules/libimg/src/if.h b/mozilla/modules/libimg/src/if.h index 4955be93540..f56992e1fc1 100644 --- a/mozilla/modules/libimg/src/if.h +++ b/mozilla/modules/libimg/src/if.h @@ -18,7 +18,7 @@ /* if.h --- Top-level image library internal routines * - * $Id: if.h,v 3.3 1998-09-22 16:59:42 wtc%netscape.com Exp $ + * $Id: if.h,v 3.4 1998-11-10 00:07:58 pnunn%netscape.com Exp $ */ #ifndef _if_h @@ -65,8 +65,8 @@ typedef struct il_container_struct il_container; #include "ilIImageRenderer.h" #endif /* STANDALONE_IMAGE_LIB */ -/*****************************XXXM12N Get rid of this. ***********************/ - +/***************************** also in xpcompat.h ***********************/ +#ifndef STANDALONE_IMAGE_LIB PR_BEGIN_EXTERN_C typedef void (*TimeoutCallbackFunction) (void * closure); @@ -76,8 +76,8 @@ FE_SetTimeout(TimeoutCallbackFunction func, void * closure, uint32 msecs); extern void FE_ClearTimeout(void *timer_id); PR_END_EXTERN_C - -/*********************************XXXM12N*************************************/ +#endif +/********************************* in xpcompat.h *************************************/ #include "il.h"