diff src/protocols/msn/msn.c @ 4546:a951bb590857

[gaim-migrate @ 4825] Win32 update for msn ft changes.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 06 Feb 2003 22:27:29 +0000
parents 86b0a0243be8
children 221fb7143cd4
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Thu Feb 06 22:10:21 2003 +0000
+++ b/src/protocols/msn/msn.c	Thu Feb 06 22:27:29 2003 +0000
@@ -22,6 +22,10 @@
  */
 #include "msn.h"
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
 #include "pixmaps/protocols/msn/msn_online.xpm"
 #include "pixmaps/protocols/msn/msn_away.xpm"
 #include "pixmaps/protocols/msn/msn_occ.xpm"
@@ -36,10 +40,8 @@
 static void msn_login_xfr_connect(gpointer, gint, GaimInputCondition);
 
 #if 0
-static struct msn_file_transfer *find_mft_by_cookie(struct gaim_connection *gc,
-													unsigned long cookie);
-static struct msn_file_transfer *find_mft_by_xfer(struct gaim_connection *gc,
-												  struct file_transfer *xfer);
+static struct msn_file_transfer *find_mft_by_cookie(struct gaim_connection *gc,	unsigned long cookie);
+static struct msn_file_transfer *find_mft_by_xfer(struct gaim_connection *gc, struct file_transfer *xfer);
 #endif
 
 static char *msn_normalize(const char *s)