# HG changeset patch # User Ma Yuan # Date 1155928147 0 # Node ID d59225f62362e2145f5a96a3c8632dea4a7252c8 # Parent 22eeb4882d777769eed0d3642d1f2d5cff2ba49c [gaim-migrate @ 16840] made for win32 develop committer: Ethan Blanton diff -r 22eeb4882d77 -r d59225f62362 src/internal.h --- 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 -#include #include #ifndef _WIN32 #include +#include #endif #include #include diff -r 22eeb4882d77 -r d59225f62362 src/protocols/msn/Makefile.mingw --- 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 \ diff -r 22eeb4882d77 -r d59225f62362 src/win32/libc_internal.h --- a/src/win32/libc_internal.h Wed Aug 16 16:20:25 2006 +0000 +++ b/src/win32/libc_internal.h Fri Aug 18 19:09:07 2006 +0000 @@ -90,5 +90,4 @@ int tz_dsttime; }; - #endif /* _LIBC_INTERNAL_ */