Mercurial > pidgin.yaz
changeset 19759:d59225f62362
[gaim-migrate @ 16840]
made for win32 develop
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Fri, 18 Aug 2006 19:09:07 +0000 |
parents | 22eeb4882d77 |
children | cabf9165c9ce |
files | src/internal.h src/protocols/msn/Makefile.mingw src/win32/libc_internal.h |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/internal.h Wed Aug 16 16:20:25 2006 +0000 +++ b/src/internal.h Fri Aug 18 19:09:07 2006 +0000 @@ -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>
--- a/src/protocols/msn/Makefile.mingw Wed Aug 16 16:20:25 2006 +0000 +++ b/src/protocols/msn/Makefile.mingw Fri Aug 18 19:09:07 2006 +0000 @@ -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 \