projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix
[wxWidgets.git]
/
src
/
xpm
/
xpm.h
diff --git
a/src/xpm/xpm.h
b/src/xpm/xpm.h
index 14def24078861dc9664c84960eb95b0c1915e74e..333b09d12242369884c7ee4b5b6c376ca6358844 100644
(file)
--- 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 */
/* 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
# 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
/* Return ErrorStatus codes:
* null if full success