* W. Snitily but has been modified for my special need
*/
-#include "xpmi.h"
+#include "XpmI.h"
#include <ctype.h>
#include "rgbtab.h" /* hard coded rgb.txt table */
{
int i;
- unsigned long rgbVal;
+ RGBColor rgbVal;
i = 0;
while (i < numTheRGBRecords) {
{
int left, right, middle;
int cmp;
- unsigned long rgbVal;
+ RGBColor rgbVal;
char *name;
char *grey, *p;