From: David Webster Date: Tue, 15 Feb 2000 15:43:51 +0000 (+0000) Subject: more xpm fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df529b49a4b0d8f86a897174ddc0473b722ec315 more xpm fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/xpm/xpm.h b/src/xpm/xpm.h index 14def24078..333b09d122 100644 --- a/src/xpm/xpm.h +++ b/src/xpm/xpm.h @@ -103,9 +103,10 @@ typedef unsigned long Pixel; /* Index into colormap */ /* 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