comparison plugins/icq/icqtypes.h @ 1152:201ec77f3a60

[gaim-migrate @ 1162] icq. whoop de doo committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 28 Nov 2000 02:22:42 +0000
parents
children 8ed70631ed15
comparison
equal deleted inserted replaced
1151:428372cc1e39 1152:201ec77f3a60
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 #ifndef _ICQTYPES_H_
3 #define _ICQTYPES_H_
4
5 #ifdef HAVE_CONFIG_H
6 #include <config.h>
7 #endif
8
9 #ifndef _WIN32
10 typedef unsigned long DWORD;
11 typedef unsigned short WORD;
12 typedef unsigned char BYTE;
13 typedef unsigned char BOOL;
14 #endif
15
16 typedef signed long S_DWORD;
17 typedef signed short S_WORD;
18 typedef signed char S_BYTE;
19
20 #endif /* _ICQTYPES_H_ */