Hi all, im new to the list, im interested in grinding away at some of the warnings wine generates...
make depend was complaining about some static inline functions that it thinks arent used, this patch uses __attribute__ ((used)) to disable the warning.
Glenn