Mercurial > pidgin.yaz
diff src/conversation.c @ 4373:dcc6c130c6d9
[gaim-migrate @ 4639]
win32 fixes
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Tue, 21 Jan 2003 00:38:33 +0000 |
| parents | 7e1fb422e5fd |
| children | 194507c83612 |
line wrap: on
line diff
--- a/src/conversation.c Tue Jan 21 00:18:06 2003 +0000 +++ b/src/conversation.c Tue Jan 21 00:38:33 2003 +0000 @@ -27,14 +27,15 @@ #include <stdlib.h> #include <sys/stat.h> #include <errno.h> -#ifdef _WIN32 -#include "wgaimerror.h" -#endif #include <ctype.h> #include "conversation.h" #include "gaim.h" #include "prpl.h" +#ifdef _WIN32 +#include "win32dep.h" +#endif + #define SEND_TYPED_TIMEOUT 5000 static GList *conversations = NULL;
