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/
.bad-ip {
color: @error_fg_color;
text-shadow: 0 1px @error_text_shadow;
background-image: none;
background-color: @error_bg_color;
}
.good-ip {
color: @question_fg_color;
text-shadow: 0 1px @question_text_shadow;
background-image: none;
background-color: @success_color;
}