libpurple/protocols/gg/gg.c

branch
soc.2012.gg
changeset 33291
b70ab10887a7
parent 33287
79ed046bf275
child 33292
0ad1dc71f5c7
--- a/libpurple/protocols/gg/gg.c	Thu May 31 17:16:24 2012 +0000
+++ b/libpurple/protocols/gg/gg.c	Thu Jun 07 10:47:50 2012 +0000
@@ -44,10 +44,7 @@
 #include "search.h"
 #include "buddylist.h"
 #include "gg-utils.h"
-
-#ifdef _WIN32
-#  include "win32-resolver.h"
-#endif
+#include "resolver-purple.h"
 
 /* Prototypes */
 static void ggp_set_status(PurpleAccount *account, PurpleStatus *status);
@@ -3005,10 +3002,7 @@
 
 	gg_debug_handler = purple_gg_debug_handler;
 	
-#ifdef _WIN32
-	gg_global_set_custom_resolver(ggp_resolver_win32thread_start,
-		ggp_resolver_win32thread_cleanup);
-#endif
+	ggp_resolver_purple_setup();
 }
 
 PURPLE_INIT_PLUGIN(gg, init_plugin, info);

mercurial