comparison src/protocols/oscar/info.c @ 4156:d833bacc054f

[gaim-migrate @ 4384] including win32dep.h for snprintf committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 31 Dec 2002 02:53:41 +0000
parents 1a5dcfa1823e
children 051265d35a36
comparison
equal deleted inserted replaced
4155:2a57ee4b4868 4156:d833bacc054f
6 * 6 *
7 */ 7 */
8 8
9 #define FAIM_INTERNAL 9 #define FAIM_INTERNAL
10 #include <aim.h> 10 #include <aim.h>
11 #ifdef _WIN32
12 #include "win32dep.h"
13 #endif
11 14
12 struct aim_priv_inforeq { 15 struct aim_priv_inforeq {
13 char sn[MAXSNLEN+1]; 16 char sn[MAXSNLEN+1];
14 fu16_t infotype; 17 fu16_t infotype;
15 }; 18 };