Revision: 16840
Author: mayuan2006
Date: 2006-08-18 12:09:07 -0700 (Fri, 18 Aug 2006)
ViewCVS: http://svn.sourceforge.net/gaim/?rev=16840&view=rev
Log Message:
-----------
made for win32 develop
Modified Paths:
--------------
branches/soc-2006-msnp13/src/internal.h
branches/soc-2006-msnp13/src/protocols/msn/Makefile.mingw
branches/soc-2006-msnp13/src/win32/libc_internal.h
Modified: branches/soc-2006-msnp13/src/internal.h
===================================================================
--- branches/soc-2006-msnp13/src/internal.h 2006-08-18 19:03:28 UTC (rev 16839)
+++ branches/soc-2006-msnp13/src/internal.h 2006-08-18 19:09:07 UTC (rev 16840)
@@ -70,10 +70,10 @@
#define BUF_LONG BUF_LEN * 2
#include <sys/stat.h>
-#include <sys/time.h>
#include <sys/types.h>
#ifndef _WIN32
#include <sys/wait.h>
+#include <sys/time.h>
#endif
#include <ctype.h>
#include <errno.h>
Modified: branches/soc-2006-msnp13/src/protocols/msn/Makefile.mingw
===================================================================
--- branches/soc-2006-msnp13/src/protocols/msn/Makefile.mingw 2006-08-18 19:03:28 UTC (rev 16839)
+++ branches/soc-2006-msnp13/src/protocols/msn/Makefile.mingw 2006-08-18 19:09:07 UTC (rev 16840)
@@ -70,6 +70,7 @@
C_SRC = cmdproc.c \
command.c \
+ contact.c\
dialog.c \
directconn.c \
error.c \
@@ -81,6 +82,7 @@
nexus.c \
notification.c \
object.c \
+ oim.c\
page.c \
servconn.c \
session.c \
@@ -89,6 +91,7 @@
slplink.c \
slpmsg.c \
slpsession.c \
+ soap.c\
state.c \
switchboard.c \
sync.c \
Modified: branches/soc-2006-msnp13/src/win32/libc_internal.h
===================================================================
--- branches/soc-2006-msnp13/src/win32/libc_internal.h 2006-08-18 19:03:28 UTC (rev 16839)
+++ branches/soc-2006-msnp13/src/win32/libc_internal.h 2006-08-18 19:09:07 UTC (rev 16840)
@@ -90,5 +90,4 @@
int tz_dsttime;
};
-
#endif /* _LIBC_INTERNAL_ */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|