From 9fb5cb8515087d62415422c53e459bcb84897142 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 9 Feb 1999 12:23:00 +0000 Subject: [PATCH] reverting back to 3.2 --- modules/libimg/src/color.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/libimg/src/color.cpp b/modules/libimg/src/color.cpp index fc60056b5d4d..4baf4b65d080 100644 --- a/modules/libimg/src/color.cpp +++ b/modules/libimg/src/color.cpp @@ -21,12 +21,17 @@ Includes dithering for B&W displays, but not dithering for PseudoColor displays which can be found in dither.c. - $Id: color.cpp,v 3.3 1999/02/09 08:37:35 mcafee%netscape.com Exp $ + $Id: color.cpp,v 3.4 1999/02/09 12:23:00 mcafee%netscape.com Exp $ */ #include "if.h" +#ifdef STANDALONE_IMAGE_LIB +#include "xpcompat.h" +#else #include "xp_qsort.h" +#endif + #ifdef PROFILE #pragma profile on