pidgin/pidgin

7aaabf0b8500
Parents 5c44a08bdbcd
Children 85c82288a969
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/
--- a/libpurple/plugins/keyrings/wincred.c Wed Oct 14 00:40:50 2020 -0500
+++ b/libpurple/plugins/keyrings/wincred.c Wed Oct 14 19:46:11 2020 -0500
@@ -1,8 +1,3 @@
-/**
- * @file wincred.c Passwords storage using Windows credentials
- * @ingroup plugins
- */
-
/* purple
*
* Purple is the legal property of its developers, whose names are too numerous
@@ -24,7 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#include "internal.h"
+#include <glib/gi18n-lib.h>
+
#include <purple.h>
#include <wincred.h>
--- a/libpurple/protocols/bonjour/dns_sd_proxy.c Wed Oct 14 00:40:50 2020 -0500
+++ b/libpurple/protocols/bonjour/dns_sd_proxy.c Wed Oct 14 19:46:11 2020 -0500
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
-#include "internal.h"
#include <purple.h>
#include "dns_sd_proxy.h"
--- a/libpurple/protocols/bonjour/mdns_dns_sd.c Wed Oct 14 00:40:50 2020 -0500
+++ b/libpurple/protocols/bonjour/mdns_dns_sd.c Wed Oct 14 19:46:11 2020 -0500
@@ -18,7 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
-#include "internal.h"
+#include <glib/gi18n-lib.h>
+
#include <purple.h>
#include "buddy.h"