Mercurial > pidgin
view plugins/icq/icqtypes.h @ 1224:0bbe3aaa6a3e
[gaim-migrate @ 1234]
all the pretty chicks with the crimson lips say "decklin rocks!" "decklin rocks!"
sorry, i got the drew carrey theme song stuck in my head.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 09 Dec 2000 02:00:38 +0000 |
parents | 201ec77f3a60 |
children | 8ed70631ed15 |
line wrap: on
line source
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ #ifndef _ICQTYPES_H_ #define _ICQTYPES_H_ #ifdef HAVE_CONFIG_H #include <config.h> #endif #ifndef _WIN32 typedef unsigned long DWORD; typedef unsigned short WORD; typedef unsigned char BYTE; typedef unsigned char BOOL; #endif typedef signed long S_DWORD; typedef signed short S_WORD; typedef signed char S_BYTE; #endif /* _ICQTYPES_H_ */