Skip to content
Snippets Groups Projects
Commit 83c3330a authored by pnunn%netscape.com's avatar pnunn%netscape.com
Browse files

bugzilla#1211. Needed ifndef for Timer decl.

parent 66157a98
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment