diff libpurple/protocols/mxit/profile.c @ 30303:65b97f3cdd01

Make MXit compile in a mingw cross-compile environment.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 27 Jul 2010 15:10:30 +0000
parents 8c586dbcae2d
children a8cc50c2279f
line wrap: on
line diff
--- a/libpurple/protocols/mxit/profile.c	Tue Jul 27 06:34:28 2010 +0000
+++ b/libpurple/protocols/mxit/profile.c	Tue Jul 27 15:10:30 2010 +0000
@@ -106,7 +106,7 @@
  * @param msecs		The timestamps (milliseconds since epoch)
  * @return			Date & Time in a display'able format.
  */
-static const char* datetime( int64_t msecs )
+static const char* datetime( gint64 msecs )
 {  
     time_t secs = msecs / 1000;