Mercurial > pidgin
annotate plugins/icq/icqtypes.h @ 1454:637592eb8b24
[gaim-migrate @ 1464]
yay
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 01 Feb 2001 02:34:36 +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_ */ |