From c74304e962c5a8fe3bb5c1e29bb44fd6d83cede1 Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Sun, 4 Apr 1999 01:30:45 +0000 Subject: [PATCH] made it compile on XP_MAC, still needs a user interface to choose multiple files. --- xpcom/libxpt/tools/xpt_link.c | 4 ++++ xpcom/typelib/xpt/tools/xpt_link.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/xpcom/libxpt/tools/xpt_link.c b/xpcom/libxpt/tools/xpt_link.c index 716b93f9ed2d..b58681258f4c 100644 --- a/xpcom/libxpt/tools/xpt_link.c +++ b/xpcom/libxpt/tools/xpt_link.c @@ -22,7 +22,11 @@ #include "xpt_xdr.h" #include +#ifdef XP_MAC +#include +#else #include +#endif #include #include #include "prlong.h" diff --git a/xpcom/typelib/xpt/tools/xpt_link.c b/xpcom/typelib/xpt/tools/xpt_link.c index 716b93f9ed2d..b58681258f4c 100644 --- a/xpcom/typelib/xpt/tools/xpt_link.c +++ b/xpcom/typelib/xpt/tools/xpt_link.c @@ -22,7 +22,11 @@ #include "xpt_xdr.h" #include +#ifdef XP_MAC +#include +#else #include +#endif #include #include #include "prlong.h"