Mercurial > pidgin.yaz
comparison src/protocols/jabber/jconn.c @ 3717:988485669631
[gaim-migrate @ 3850]
Warning fixes and WIN32 ifdef removals
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Wed, 16 Oct 2002 19:57:03 +0000 |
parents | fce1883cc608 |
children |
comparison
equal
deleted
inserted
replaced
3716:d7e83b4db191 | 3717:988485669631 |
---|---|
16 * Jabber | 16 * Jabber |
17 * Copyright (C) 1998-1999 The Jabber Team http://jabber.org/ | 17 * Copyright (C) 1998-1999 The Jabber Team http://jabber.org/ |
18 */ | 18 */ |
19 | 19 |
20 #include "jabber.h" | 20 #include "jabber.h" |
21 | |
22 #ifdef _WIN32 | |
23 #include "win32dep.h" | |
24 #endif | |
21 | 25 |
22 /* local macros for launching event handlers */ | 26 /* local macros for launching event handlers */ |
23 #define STATE_EVT(arg) if(j->on_state) { (j->on_state)(j, (arg) ); } | 27 #define STATE_EVT(arg) if(j->on_state) { (j->on_state)(j, (arg) ); } |
24 | 28 |
25 /* prototypes of the local functions */ | 29 /* prototypes of the local functions */ |