X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea258ad3489638fbcf504a674f8793b1362bd2b5..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/src/xpm/xpm.h diff --git a/src/xpm/xpm.h b/src/xpm/xpm.h index 9544875c58..333b09d122 100644 --- a/src/xpm/xpm.h +++ b/src/xpm/xpm.h @@ -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