Mercurial > pidgin
annotate plugins/icq/icqtypes.h @ 1600:aa82b76afa3a
[gaim-migrate @ 1610]
More fixen.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 16 Mar 2001 22:29:04 +0000 |
parents | 201ec77f3a60 |
children | 8ed70631ed15 |
rev | line source |
---|---|
1152 | 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_ */ |