]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xpm/xpm34p.h
Themes and threads testing code.
[wxWidgets.git] / src / xpm / xpm34p.h
index 31a700848437c21de4310ee2d5168ed09ea1993e..964c294b515070c7c966e5a11c112e92cbf3368b 100644 (file)
@@ -288,7 +288,7 @@ FUNC(xpmHashSlot, xpmHashAtom *, (xpmHashTable *table, char *s));
 FUNC(xpmHashIntern, int, (xpmHashTable *table, char *tag, void *data));
 
 #define HashAtomData(i) ((void *)i)
-#define HashColorIndex(slot) ((unsigned int)((*slot)->data))
+#define HashColorIndex(slot) ((unsigned int)(unsigned long)((*slot)->data))
 #define USE_HASHTABLE (cpp > 2 && ncolors > 4)
 
 #ifdef NEED_STRDUP