pidgin/pidgin

7aaabf0b8500
Some initial fixes for the windows build

Fix some issues with bonjour on windows

Fix some includes in wincred.c

Testing Done:
Compiled for both mingw32 and mingw64. The build still fails on the libc interface macros which will be tackled in other review requests.

Reviewed at https://reviews.imfreedom.org/r/163/
pidginpixmapdir = get_option('datadir') / 'pixmaps/pidgin'
subdir('emotes/default/24')
subdir('emotes/small/16')
if INSTALL_PIXMAPS
install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
install_dir : pidginpixmapdir)
# Some of these don't use install_subdir because it deletes the target,
# and some target directories probably have something in them, for those
# installing somewhere with existing stuff. Additionally, we have
# extra stuff in our directories we don't want to install.
install_data('edit.png', 'info.png', 'pause.png',
install_dir : pidginpixmapdir / 'buttons')
subdir('tray')
endif