Mercurial > pidgin.yaz
changeset 5312:89948fedf782
[gaim-migrate @ 5684]
A patch from Phroggie to let this compile in Windows.
I normally do not accept Windows patches, as I leave it to Herman, but I'm
making an exception in this case.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 06 May 2003 04:45:26 +0000 |
parents | 3f625896f932 |
children | 8d118c2b03c9 |
files | src/protocols/msn/Makefile.mingw src/protocols/msn/notification.c src/protocols/msn/utils.c |
diffstat | 3 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/Makefile.mingw Tue May 06 04:37:11 2003 +0000 +++ b/src/protocols/msn/Makefile.mingw Tue May 06 04:45:26 2003 +0000 @@ -68,10 +68,17 @@ ## SOURCES, OBJECTS ## -C_SRC = ft.c \ +C_SRC = away.c \ + dispatch.c \ + error.c \ msg.c \ msn.c \ - switchboard.c + notification.c \ + servconn.c \ + session.c \ + switchboard.c \ + user.c \ + utils.c OBJECTS = $(C_SRC:%.c=%.o)
--- a/src/protocols/msn/notification.c Tue May 06 04:37:11 2003 +0000 +++ b/src/protocols/msn/notification.c Tue May 06 04:45:26 2003 +0000 @@ -34,6 +34,7 @@ static GHashTable *notification_commands = NULL; static GHashTable *notification_msg_types = NULL; +G_MODULE_IMPORT GSList *connections; /************************************************************************** * Callbacks