]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xpm/xpm.h
correction to maintain data array in synch with string array
[wxWidgets.git] / src / xpm / xpm.h
index 9544875c58d660d626ce70b3521986a57414676e..333b09d12242369884c7ee4b5b6c376ca6358844 100644 (file)
@@ -101,6 +101,12 @@ typedef unsigned long Pixel;       /* Index into colormap */
 # endif
 #endif
 
+/* DW: bug in makefile seems to not want to define these, but they are needed! */
+/* Guillermo, maybe you can look at it */
+#ifdef FOR_MSW
+#  define FUNC(f, t, p) extern t f p
+#  define LFUNC(f, t, p) static t f p
+#endif
 
 /* Return ErrorStatus codes:
  * null     if full success